Go to the documentation of this file.
30 #ifndef _AGP_BACKEND_H
31 #define _AGP_BACKEND_H 1
33 #include <linux/list.h>
56 const struct vm_operations_struct *
vm_ops;
89 #define AGP_NORMAL_MEMORY 0
91 #define AGP_USER_TYPES (1 << 16)
92 #define AGP_USER_MEMORY (AGP_USER_TYPES)
93 #define AGP_USER_CACHED_MEMORY (AGP_USER_TYPES + 1)