From 118a81295d28049584d60479ac4e524303dc911d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 Oct 1997 13:13:46 +0000 Subject: New termios.c from Eric Norum. Added new entry point to add in per physical port resource requirements. --- cpukit/libcsupport/include/rtems/libio.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/libcsupport/include') 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 */ -- cgit v1.2.3