diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index c965cd287..04c78e1ae 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -78,6 +78,8 @@ extern struct screen_info screen_info; #define VIDEO_TYPE_SUN 0x50 /* Sun frame buffer. */ +#define VIDEO_TYPE_SGI 0x60 /* Various SGI graphics hardware */ + /* * This character is the same as _POSIX_VDISABLE: it cannot be used as * a c_cc[] character, but indicates that a particular special character |