summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 13:13:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-23 13:13:46 +0000
commit118a81295d28049584d60479ac4e524303dc911d (patch)
treeb62df968ca030be3e9004d15bcc34205d10cd188 /cpukit/libcsupport/include
parentAdded test case for rtems_interrupt_catch checking that the pointer (diff)
downloadrtems-118a81295d28049584d60479ac4e524303dc911d.tar.bz2
New termios.c from Eric Norum.
Added new entry point to add in per physical port resource requirements.
Diffstat (limited to 'cpukit/libcsupport/include')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 2761a333c6..7f8baadd56 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/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 */