patch-2.1.37 linux/include/linux/fb.h
Next file: linux/include/linux/file.h
Previous file: linux/include/linux/ext2_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon May 12 10:35:43 1997
- Orig file:
v2.1.36/linux/include/linux/fb.h
- Orig date:
Fri Apr 26 02:12:24 1996
diff -u --recursive --new-file v2.1.36/linux/include/linux/fb.h linux/include/linux/fb.h
@@ -59,6 +59,7 @@
#define FB_ACCEL_ATARIBLITT 1 /* Atari Blitter */
#define FB_ACCEL_AMIGABLITT 2 /* Amiga Blitter */
#define FB_ACCEL_CYBERVISION 3 /* Cybervision64 (S3 Trio64) */
+#define FB_ACCEL_RETINAZ3 4 /* RetinaZ3 (NCR77C32BLT) */
#define FB_SYNC_HOR_HIGH_ACT 1 /* horizontal sync high active */
#define FB_SYNC_VERT_HIGH_ACT 2 /* vertical sync high active */
@@ -205,6 +206,7 @@
int (*switch_con)(int); /* tell fb to switch consoles */
int (*updatevar)(int); /* tell fb to update the vars */
void (*blank)(int); /* tell fb to (un)blank the screen */
+ int (*setcmap)(struct fb_cmap *, int); /* tell fb to set the colormap */
};
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov