patch-2.4.0-test5 linux/include/linux/fb.h
Next file: linux/include/linux/fddidevice.h
Previous file: linux/include/linux/elevator.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Wed Jul 26 11:08:40 2000
- Orig file:
v2.4.0-test4/linux/include/linux/fb.h
- Orig date:
Fri Jun 23 21:55:11 2000
diff -u --recursive --new-file v2.4.0-test4/linux/include/linux/fb.h linux/include/linux/fb.h
@@ -280,10 +280,10 @@
/* set colormap */
int (*fb_set_cmap)(struct fb_cmap *cmap, int kspc, int con,
struct fb_info *info);
- /* pan display */
+ /* pan display (optional) */
int (*fb_pan_display)(struct fb_var_screeninfo *var, int con,
struct fb_info *info);
- /* perform fb specific ioctl */
+ /* perform fb specific ioctl (optional) */
int (*fb_ioctl)(struct inode *inode, struct file *file, unsigned int cmd,
unsigned long arg, int con, struct fb_info *info);
/* perform fb specific mmap */
@@ -384,9 +384,6 @@
struct fb_info *info);
extern int fbgen_pan_display(struct fb_var_screeninfo *var, int con,
struct fb_info *info);
-extern int fbgen_ioctl(struct inode *inode, struct file *file,
- unsigned int cmd, unsigned long arg, int con,
- struct fb_info *info);
/*
* Helper functions
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)