diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-08 23:54:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-08 23:54:39 -0800 |
| commit | 81476ef1e6fcef8b21bf415582f8c55a8dca0f70 (patch) | |
| tree | 5d863fc5014e4ea5697f0bee72e11cec3b1911b0 /include/linux | |
| parent | 6528b1cb65f99eacdcddb68945620f7b701d74d4 (diff) | |
| parent | 93db938e21a9444cf30977c60ba42a4027c35093 (diff) | |
Merge bk://bk.arm.linux.org.uk/linux-2.6-serial
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index b5c7b44da087..b71f1e8c31af 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -110,6 +110,9 @@ #define PORT_VR41XX_SIU 65 #define PORT_VR41XX_DSIU 66 +/* Samsung S3C2400 SoC */ +#define PORT_S3C2400 67 + #ifdef __KERNEL__ #include <linux/config.h> |
