summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7045/include/sci.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7045/include/sci.h')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/include/sci.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/include/sci.h b/c/src/lib/libcpu/sh/sh7045/include/sci.h
index 966a4bb85b..989ec696f0 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/sci.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/sci.h
@@ -9,7 +9,7 @@
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- *
+ *
*
* COPYRIGHT (c) 1998.
* On-Line Applications Research Corporation (OAR).
@@ -32,12 +32,12 @@ extern "C" {
/*
* Devices are set to 9600 bps, 8 databits, 1 stopbit, no
- * parity and asynchronous mode by default.
+ * parity and asynchronous mode by default.
*
* NOTE:
- * The onboard serial devices of the SH do not support hardware
+ * The onboard serial devices of the SH do not support hardware
* handshake.
- */
+ */
#define DEVSCI_DRIVER_TABLE_ENTRY \
{ sh_sci_initialize, sh_sci_open, sh_sci_close, sh_sci_read, \
@@ -78,11 +78,11 @@ extern rtems_device_driver sh_sci_control(
rtems_device_minor_number,
void *
);
-
-extern const rtems_termios_callbacks * sh_sci_get_termios_handlers(
- rtems_boolean poll
+
+extern const rtems_termios_callbacks * sh_sci_get_termios_handlers(
+ rtems_boolean poll
);
-
+
#ifdef __cplusplus
}