diff options
| author | 2011-11-04 22:48:36 +0900 | |
|---|---|---|
| committer | 2011-11-04 22:48:36 +0900 | |
| commit | 78b425faafb1d36d7759a7d799e1c60671670532 (patch) | |
| tree | 76b84543fcaf78ec880aec6828b83e1c50478082 /include | |
| parent | sh: Fix cached/uncaced address calculation in 29bit mode (diff) | |
| parent | serial: sh-sci: Fix up SH-2A SCIF support. (diff) | |
Merge branches 'sh/core' and 'sh/serial-rework' into sh-fixes-for-linus
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/serial_sci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/serial_sci.h b/include/linux/serial_sci.h index 8bffe9ae2ca0..5f3939c67dd8 100644 --- a/include/linux/serial_sci.h +++ b/include/linux/serial_sci.h @@ -67,6 +67,7 @@ enum { SCIx_IRDA_REGTYPE, SCIx_SCIFA_REGTYPE, SCIx_SCIFB_REGTYPE, + SCIx_SH2_SCIF_FIFODATA_REGTYPE, SCIx_SH3_SCIF_REGTYPE, SCIx_SH4_SCIF_REGTYPE, SCIx_SH4_SCIF_NO_SCSPTR_REGTYPE, |
