]> err.no Git - linux-2.6/blobdiff - include/linux/agp_backend.h
fix hppfs Makefile breakage
[linux-2.6] / include / linux / agp_backend.h
index abc521cfb08464a7e5a9c3cf11ca60d80f0529af..661d90d6cf7cc848158004c431a19f1365e6f15c 100644 (file)
@@ -30,8 +30,6 @@
 #ifndef _AGP_BACKEND_H
 #define _AGP_BACKEND_H 1
 
-#ifdef __KERNEL__
-
 #ifndef TRUE
 #define TRUE 1
 #endif
@@ -109,6 +107,6 @@ extern int agp_unbind_memory(struct agp_memory *);
 extern void agp_enable(struct agp_bridge_data *, u32);
 extern struct agp_bridge_data *agp_backend_acquire(struct pci_dev *);
 extern void agp_backend_release(struct agp_bridge_data *);
+extern void agp_flush_chipset(struct agp_bridge_data *);
 
-#endif                         /* __KERNEL__ */
 #endif                         /* _AGP_BACKEND_H */