diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-03-22 15:23:22 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-22 15:23:22 -0800 |
| commit | 0d4984f68487f2c3b14a1e9844c14d170fe2d3de (patch) | |
| tree | f2c6f98932e2f6702ffd0721431ed60e05dc2b86 /include/linux/serial_core.h | |
| parent | 4c353448ea5a796cdb86e07f039b32e6c223edfc (diff) | |
[PATCH] sh: port sh-sci driver to the new API
From: Paul Mundt <lethal@linux-sh.org>
This ports the sh-sci driver to the new API. sh and h8 both use this. The
intention is to leave the drivers/char sh-sci in place for a short period of
time until all the h8 people are on the new driver (sh no longer uses the
drivers/char version).
Diffstat (limited to 'include/linux/serial_core.h')
| -rw-r--r-- | include/linux/serial_core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index f7e3b9b6264d..a78ee1c8e09d 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -78,6 +78,11 @@ #define PORT_MAC_ZILOG 50 /* m68k : not yet implemented */ #define PORT_PMAC_ZILOG 51 +/* SH-SCI */ +#define PORT_SCI 52 +#define PORT_SCIF 53 +#define PORT_IRDA 54 + #ifdef __KERNEL__ #include <linux/config.h> |
