summaryrefslogtreecommitdiff
path: root/linux/sis_drm.h
diff options
context:
space:
mode:
authorDavid Dawes <dawes@xfree86.org>2001-06-14 22:23:44 +0000
committerDavid Dawes <dawes@xfree86.org>2001-06-14 22:23:44 +0000
commitd87c873df05eb3a110316c7af2358553fa7f988e (patch)
treee6ac996160b926f4af69d0db523db1a773435897 /linux/sis_drm.h
parent334e134918ee2ece3e845cd55c49c9709b67ee6c (diff)
First pass of 4.1.0 merge.
Diffstat (limited to 'linux/sis_drm.h')
-rw-r--r--linux/sis_drm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux/sis_drm.h b/linux/sis_drm.h
index 2cf4dde3..339ed5a0 100644
--- a/linux/sis_drm.h
+++ b/linux/sis_drm.h
@@ -17,6 +17,8 @@ typedef struct {
unsigned int left, right;
} drm_sis_flip_t;
+#ifdef __KERNEL__
+
int sis_fb_alloc(struct inode *inode, struct file *filp, unsigned int cmd,
unsigned long arg);
int sis_fb_free(struct inode *inode, struct file *filp, unsigned int cmd,
@@ -30,3 +32,5 @@ int sisp_agp_free(struct inode *inode, struct file *filp, unsigned int cmd,
unsigned long arg);
#endif
+
+#endif