diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-03-21 02:27:31 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-03-21 02:27:31 -0800 |
| commit | bd39a3c434f82467247ff9fadaf91ced871b5bba (patch) | |
| tree | 351af0ecf50b59c889edc5d620fed82ec744cbf3 /include/linux/serial_core.h | |
| parent | e2b996ee003db89b98367ffab7d13ce77604eff9 (diff) | |
[PATCH] add pc9800 port types
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 80ba519dda77..1a1fc33e134d 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -59,6 +59,14 @@ /* NEC v850. */ #define PORT_NB85E_UART 40 +/* NEC PC-9800 */ +#define PORT_8251_PC98 41 +#define PORT_19K_PC98 42 +#define PORT_FIFO_PC98 43 +#define PORT_VFAST_PC98 44 +#define PORT_PC9861 45 +#define PORT_PC9801_101 46 + #ifdef __KERNEL__ |
