summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/termios.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/include/sys/termios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/sys/termios.h b/cpukit/libcsupport/include/sys/termios.h
index 1112ec4f5e..71a2492724 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -140,6 +140,8 @@ struct termios {
#define CIBAUD 002003600000 /* input baud rate (not used) */
#define CRTSCTS 020000000000 /* flow control */
+#define RTEMS_TERMIOS_NUMBER_BAUD_RATES 20
+
/* c_lflag bits */
#define ISIG 0000001
#define ICANON 0000002