patch-2.1.109 linux/include/asm-sparc/fbio.h

Next file: linux/include/asm-sparc/linux_logo.h
Previous file: linux/include/asm-ppc/vga.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.108/linux/include/asm-sparc/fbio.h linux/include/asm-sparc/fbio.h
@@ -56,8 +56,13 @@
         unsigned char   *blue;
 };
 
+#ifdef __KERNEL__
+#define FBIOPUTCMAP_SPARC _IOW('F', 3, struct fbcmap)
+#define FBIOGETCMAP_SPARC _IOW('F', 4, struct fbcmap)
+#else
 #define FBIOPUTCMAP _IOW('F', 3, struct fbcmap)
 #define FBIOGETCMAP _IOW('F', 4, struct fbcmap)
+#endif
 
 /* # of device specific values */
 #define FB_ATTR_NDEVSPECIFIC    8

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov