diff options
| author | Russell King <rmk@flint.arm.linux.org.uk> | 2003-08-24 18:39:44 +0100 |
|---|---|---|
| committer | Russell King <rmk@flint.arm.linux.org.uk> | 2003-08-24 18:39:44 +0100 |
| commit | 3105b8a08fd6f31e97f9ebc3236eb37937b51e33 (patch) | |
| tree | 35fc36a8a4711ef7b1897fbdeae0b13ac8eff20a /include/linux/serial_core.h | |
| parent | 3b822c88f30d825810b4134bd6d5a156628c6c03 (diff) | |
[SERIAL] Add new port numbers.
This adds the new port numbers which are in use in MAC and PARISC
trees (so other people know they're taken.)
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index a7cb796c4deb..0bc15aeb153e 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -67,6 +67,15 @@ #define PORT_PC9861 45 #define PORT_PC9801_101 46 +/* DZ */ +#define PORT_DZ 47 + +/* Parisc type numbers. */ +#define PORT_MUX 48 + +/* Macintosh Zilog type numbers */ +#define PORT_MAC_ZILOG 50 /* m68k : not yet implemented */ +#define PORT_PMAC_ZILOG 51 #ifdef __KERNEL__ |
