summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc/libio.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libc/libio.h')
-rw-r--r--c/src/lib/libc/libio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libc/libio.h b/c/src/lib/libc/libio.h
index 2761a333c6..7f8baadd56 100644
--- a/c/src/lib/libc/libio.h
+++ b/c/src/lib/libc/libio.h
@@ -147,5 +147,9 @@ rtems_status_code rtems_termios_read (void *arg);
rtems_status_code rtems_termios_write (void *arg);
rtems_status_code rtems_termios_ioctl (void *arg);
void rtems_termios_enqueue_raw_characters (void *ttyp, char *buf, int len);
+void rtems_termios_reserve_resources(
+ rtems_configuration_table *configuration,
+ rtems_unsigned32 number_of_devices
+);
#endif /* _RTEMS_LIBIO_H */