diff options
Diffstat (limited to 'sys/pci/agppriv.h')
-rw-r--r-- | sys/pci/agppriv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h index 427e68b..59f4d6d 100644 --- a/sys/pci/agppriv.h +++ b/sys/pci/agppriv.h @@ -84,6 +84,7 @@ struct agp_gatt { vm_offset_t ag_physical; }; +void agp_flush_cache(void); u_int8_t agp_find_caps(device_t dev); struct agp_gatt *agp_alloc_gatt(device_t dev); void agp_free_gatt(struct agp_gatt *gatt); |