Update of /cvsroot/gc-linux/linux/include/linux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30747/include/linux
Modified Files:
fb.h
Log Message:
GX driver checkin. Added better support for wavebirds. Faster interrupt handling.
Index: fb.h
===================================================================
RCS file: /cvsroot/gc-linux/linux/include/linux/fb.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fb.h 20 Oct 2004 00:07:41 -0000 1.8
+++ fb.h 22 Oct 2004 19:42:04 -0000 1.9
@@ -35,7 +35,10 @@
#define FBIOGET_HWCINFO 0x4616
#define FBIOPUT_MODEINFO 0x4617
#define FBIOGET_DISPINFO 0x4618
-
+#define FBIOWAITRETRACE 0x4619
+#define FBIOWAITPEFINISH 0x4620
+#define FBIOVIRTTOPHYS 0x4621
+#define FBIOFLIP 0x4622
#define FB_TYPE_PACKED_PIXELS 0 /* Packed Pixels */
#define FB_TYPE_PLANES 1 /* Non interleaved planes */
|