agp.h 218 B

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