diff options
Diffstat (limited to 'linux/sis_drm.h')
-rw-r--r-- | linux/sis_drm.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/sis_drm.h b/linux/sis_drm.h index 299143f6..2cf4dde3 100644 --- a/linux/sis_drm.h +++ b/linux/sis_drm.h @@ -17,4 +17,16 @@ typedef struct { unsigned int left, right; } drm_sis_flip_t; +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, + unsigned long arg); + +int sisp_agp_init(struct inode *inode, struct file *filp, unsigned int cmd, + unsigned long arg); +int sisp_agp_alloc(struct inode *inode, struct file *filp, unsigned int cmd, + unsigned long arg); +int sisp_agp_free(struct inode *inode, struct file *filp, unsigned int cmd, + unsigned long arg); + #endif |