From d87c873df05eb3a110316c7af2358553fa7f988e Mon Sep 17 00:00:00 2001 From: David Dawes Date: Thu, 14 Jun 2001 22:23:44 +0000 Subject: First pass of 4.1.0 merge. --- linux/sis_drm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'linux/sis_drm.h') 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 -- cgit v1.2.3