diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index bc3ec7d27..0052d0510 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -77,8 +77,11 @@ extern struct screen_info screen_info; #define VIDEO_TYPE_TGAC 0x40 /* DEC TGA */ #define VIDEO_TYPE_SUN 0x50 /* Sun frame buffer. */ +#define VIDEO_TYPE_SUNPCI 0x51 /* Sun PCI based frame buffer. */ -#define VIDEO_TYPE_SGI 0x61 /* Various SGI graphics hardware */ +#define VIDEO_TYPE_PMAC 0x60 /* PowerMacintosh frame buffer. */ + +#define VIDEO_TYPE_SGI 0x70 /* Various SGI graphics hardware */ /* * This character is the same as _POSIX_VDISABLE: it cannot be used as |