summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agppriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/agp/agppriv.h')
-rw-r--r--sys/dev/agp/agppriv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/agp/agppriv.h b/sys/dev/agp/agppriv.h
index 6aa1861..b4c90a0 100644
--- a/sys/dev/agp/agppriv.h
+++ b/sys/dev/agp/agppriv.h
@@ -90,7 +90,9 @@ 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_set_aperture_resource(device_t dev, int rid);
+void agp_free_cdev(device_t dev);
void agp_free_gatt(struct agp_gatt *gatt);
+void agp_free_res(device_t dev);
int agp_generic_attach(device_t dev);
int agp_generic_detach(device_t dev);
int agp_generic_get_aperture(device_t dev);
OpenPOWER on IntegriCloud