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, 1 insertions, 1 deletions
diff --git a/sys/dev/agp/agppriv.h b/sys/dev/agp/agppriv.h
index c730053..fd64056 100644
--- a/sys/dev/agp/agppriv.h
+++ b/sys/dev/agp/agppriv.h
@@ -92,7 +92,7 @@ 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);
+u_int32_t agp_generic_get_aperture(device_t dev);
int agp_generic_set_aperture(device_t dev,
u_int32_t aperture);
int agp_generic_enable(device_t dev, u_int32_t mode);
OpenPOWER on IntegriCloud