From: Albert H. <he...@us...> - 2006-03-26 21:23:03
|
Update of /cvsroot/gc-linux/linux/include/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8046/include/linux Modified Files: fb.h Log Message: Do not ifdef FBIO* related gc-linux definitions. Otherwise userspace needs to be aware of kernel CONFIG_* stuff. Index: fb.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/linux/fb.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- fb.h 24 Mar 2006 22:20:16 -0000 1.18 +++ fb.h 26 Mar 2006 21:22:53 -0000 1.19 @@ -36,16 +36,11 @@ #define FBIOPUT_MODEINFO 0x4617 #define FBIOGET_DISPINFO 0x4618 -#ifdef CONFIG_FB_GAMECUBE #define FBIOWAITRETRACE 0x4619 -#define FBIOFLIPHACK 0x4623 -#endif /* CONFIG_FB_GAMECUBE */ - -#ifdef CONFIG_FB_GAMECUBE_GX -#define FBIOWAITPEFINISH 0x4620 +#define FBIOWAITPEFINISH 0x4620 #define FBIOVIRTTOPHYS 0x4621 #define FBIOFLIP 0x4622 -#endif /* CONFIG_FB_GAMECUBE_GX */ +#define FBIOFLIPHACK 0x4623 /* libsdl */ #define FB_TYPE_PACKED_PIXELS 0 /* Packed Pixels */ #define FB_TYPE_PLANES 1 /* Non interleaved planes */ |