patch-2.1.123 linux/include/linux/console.h
Next file: linux/include/linux/console_struct.h
Previous file: linux/fs/umsdos/symlink.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Sep 17 09:35:03 1998
- Orig file:
v2.1.122/linux/include/linux/console.h
- Orig date:
Sun Jul 26 11:57:19 1998
diff -u --recursive --new-file v2.1.122/linux/include/linux/console.h linux/include/linux/console.h
@@ -53,15 +53,11 @@
extern struct consw prom_con; /* SPARC PROM console */
void take_over_console(struct consw *sw, int first, int last, int deflt);
-
-/* flag bits */
-#define CON_INITED (1)
+void give_up_console(struct consw *sw);
/* scroll */
#define SM_UP (1)
#define SM_DOWN (2)
-#define SM_LEFT (3)
-#define SM_RIGHT (4)
/* cursor */
#define CM_DRAW (1)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov