patch-1.3.38 linux/include/linux/tty.h
Next file: linux/include/net/netlink.h
Previous file: linux/include/linux/tasks.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Tue Nov 7 09:18:36 1995
- Orig file:
v1.3.37/linux/include/linux/tty.h
- Orig date:
Tue Oct 10 18:46:38 1995
diff -u --recursive --new-file v1.3.37/linux/include/linux/tty.h linux/include/linux/tty.h
@@ -68,6 +68,8 @@
#define VIDEO_TYPE_EGAC 0x21 /* EGA in Color Mode */
#define VIDEO_TYPE_VGAC 0x22 /* VGA+ in Color Mode */
+#define VIDEO_TYPE_TGAC 0x40 /* DEC TGA */
+
/*
* This character is the same as _POSIX_VDISABLE: it cannot be used as
* a c_cc[] character, but indicates that a particular special character
@@ -279,15 +281,9 @@
extern int pty_init(void);
extern int tty_init(void);
extern int vcs_init(void);
-#ifdef CONFIG_CYCLADES
extern int cy_init(void);
-#endif
-#ifdef CONFIG_STALLION
extern int stl_init(void);
-#endif
-#ifdef CONFIG_ISTALLION
extern int stli_init(void);
-#endif
extern int tty_paranoia_check(struct tty_struct *tty, kdev_t device,
const char *routine);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this