From: James S. <jsi...@us...> - 2002-10-29 18:40:57
|
Update of /cvsroot/linuxconsole/ruby/linux/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv12724 Modified Files: console.h Log Message: Synced to 2.5.44. Index: console.h =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/include/linux/console.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- console.h 23 Feb 2002 16:44:42 -0000 1.8 +++ console.h 29 Oct 2002 18:40:53 -0000 1.9 @@ -61,9 +61,9 @@ extern struct console *console_drivers; /* VESA Blanking Levels */ -#define VESA_NO_BLANKING 0 -#define VESA_VSYNC_SUSPEND 1 -#define VESA_HSYNC_SUSPEND 2 -#define VESA_POWERDOWN 3 +#define VESA_NO_BLANKING 0 +#define VESA_VSYNC_SUSPEND 1 +#define VESA_HSYNC_SUSPEND 2 +#define VESA_POWERDOWN 3 #endif /* _LINUX_CONSOLE_H */ |