patch-2.1.123 linux/include/linux/tty.h

Next file: linux/include/linux/umsdos_fs.p
Previous file: linux/include/linux/tcp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.122/linux/include/linux/tty.h linux/include/linux/tty.h
@@ -9,7 +9,7 @@
  * These constants are also useful for user-level apps (e.g., VC
  * resizing).
  */
-#define MIN_NR_CONSOLES	1	/* must be at least 1 */
+#define MIN_NR_CONSOLES 1       /* must be at least 1 */
 #define MAX_NR_CONSOLES	63	/* serial lines start at 64 */
 #define MAX_NR_USER_CONSOLES 63	/* must be root to allocate above this */
 		/* Note: the ioctl VT_GETSTATE does not work for
@@ -87,7 +87,10 @@
 	unsigned char  blue_pos;		/* 0x2b */
 	unsigned char  rsvd_size;		/* 0x2c */
 	unsigned char  rsvd_pos;		/* 0x2d */
-						/* 0x2e -- 0x3f reserved for future expansion */
+	unsigned short vesapm_seg;		/* 0x2e */
+	unsigned short vesapm_off;		/* 0x30 */
+	unsigned short pages;			/* 0x32 */
+						/* 0x34 -- 0x3f reserved for future expansion */
 };
 
 extern struct screen_info screen_info;
@@ -389,10 +392,6 @@
 /* pcxx.c */
 
 extern int pcxe_open(struct tty_struct *tty, struct file *filp);
-
-/* console.c */
-
-extern void update_screen(int new_console);
 
 /* printk.c */
 

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