summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-28 19:17:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-28 19:17:16 +0000
commit692b9f7fddd50daa9fc4052193a2b315717a3e54 (patch)
treea92a72536a082d415dccb64d4b501c1ac4241f37 /c/src/exec/libcsupport
parentRemoved per Eric Norum (diff)
downloadrtems-692b9f7fddd50daa9fc4052193a2b315717a3e54.tar.bz2
Merged Vista SCORE603e, Radstone PPCn_60x, and DY-4 DMV177 BSPs along
with libchip.
Diffstat (limited to 'c/src/exec/libcsupport')
-rw-r--r--c/src/exec/libcsupport/include/sys/termios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/include/sys/termios.h b/c/src/exec/libcsupport/include/sys/termios.h
index 1112ec4f5e..71a2492724 100644
--- a/c/src/exec/libcsupport/include/sys/termios.h
+++ b/c/src/exec/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