X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fagp_backend.h;h=03e34547d489132632b6a15b2286c7dc2ac8ffa5;hb=11d64be6a631236b3b3d21711c7d1a83d9f85904;hp=abc521cfb08464a7e5a9c3cf11ca60d80f0529af;hpb=60f29b1e1600d89aee5e529acb4b276a6650cb8b;p=linux-2.6 diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index abc521cfb0..03e34547d4 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -109,6 +109,7 @@ 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 */