diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-26 00:16:14 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-06-26 00:16:14 -0700 |
| commit | f91e1227b98bbf09be7cfea50eb608b0fb639bd3 (patch) | |
| tree | 294eff7b39740ab7f19af53478749bff98b5bf64 /include/linux/serial_core.h | |
| parent | 9439937814fe4cea9fc03fe48812a534cd588e99 (diff) | |
| parent | f6a7507c1714f5cb4faaebc76a1d02260830be01 (diff) | |
Merge new serial additions
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index 77094da85d6b..1ab6c1780230 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -80,8 +80,11 @@ /* SGI IP22 aka Indy / Challenge S / Indigo 2 */ #define PORT_IP22ZILOG 56 +/* Sharp LH7a40x -- an ARM9 SoC series */ +#define PORT_LH7A40X 57 + /* PPC CPM type number */ -#define PORT_CPM 57 +#define PORT_CPM 58 #ifdef __KERNEL__ |
