1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* Public domain. */ #ifndef _LINUX_AGP_BACKEND_H #define _LINUX_AGP_BACKEND_H #include <machine/bus.h> #if defined(__amd64__) || defined(__i386__) #define AGP_USER_MEMORY 0 #define AGP_USER_CACHED_MEMORY BUS_DMA_COHERENT #endif struct drm_agp_head; #endif