1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef AGP_H #define AGP_H 1 #include <asm/io.h> /* nothing much needed here */ #define map_page_into_agp(page) #define unmap_page_from_agp(page) #define flush_agp_mappings() #define flush_agp_cache() mb() #endif