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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/include/sci.h b/c/src/lib/libcpu/sh/sh7045/include/sci.h
index e9c133fd32..e4160f9ca6 100644
--- a/c/src/lib/libcpu/sh/sh7045/include/sci.h
+++ b/c/src/lib/libcpu/sh/sh7045/include/sci.h
@@ -25,6 +25,8 @@
#ifndef _sh_sci_h
#define _sh_sci_h
+#include <rtems/libio.h>
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -77,6 +79,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
+);
+
#ifdef __cplusplus
}