summaryrefslogtreecommitdiff
path: root/shared-core/sis_drv.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2004-08-14 00:46:15 +0000
committerEric Anholt <anholt@freebsd.org>2004-08-14 00:46:15 +0000
commitdd83f39f034756e7eb8e002dbfb0047f88aa79e4 (patch)
treef6d41dd33f59906f87d9a8199b086286a3ac6416 /shared-core/sis_drv.h
parent2376ec4ef8d280cf6fba44ba0163989eff739187 (diff)
Add a "dev" argument to DRIVER_CTX_[CD]TOR. This will be used in an
upcoming commit for the SiS driver.
Diffstat (limited to 'shared-core/sis_drv.h')
-rw-r--r--shared-core/sis_drv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared-core/sis_drv.h b/shared-core/sis_drv.h
index 40e7f463..814a7ae1 100644
--- a/shared-core/sis_drv.h
+++ b/shared-core/sis_drv.h
@@ -44,4 +44,7 @@ extern int sis_ioctl_agp_alloc( DRM_IOCTL_ARGS );
extern int sis_ioctl_agp_free( DRM_IOCTL_ARGS );
extern int sis_fb_init( DRM_IOCTL_ARGS );
+extern int sis_init_context(drm_device_t *dev, int context);
+extern int sis_final_context(drm_device_t *dev, int context);
+
#endif