summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/termios.h
diff options
context:
space:
mode:
authorDaniel Ramirez <javamonn@gmail.com>2013-12-05 20:21:05 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-01-07 10:34:31 -0600
commit564ce0f42dc0b45f30b86bec2825825d773c5c58 (patch)
tree3a246c92d3067f1ffd0570f831d69468b85a7a21 /cpukit/libcsupport/include/sys/termios.h
parentrhealstone: Add rh prefix to all test names (diff)
downloadrtems-564ce0f42dc0b45f30b86bec2825825d773c5c58.tar.bz2
libcsupport: implemented termios functions cfsetspeed and cfmakeraw
Diffstat (limited to 'cpukit/libcsupport/include/sys/termios.h')
-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 93c3a25ad7..00cc4f280e 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -209,6 +209,8 @@ speed_t cfgetospeed(const struct termios *tp);
int cfsetospeed(struct termios *tp, speed_t speed);
speed_t cfgetispeed(const struct termios *tp);
int cfsetispeed(struct termios *tp, speed_t speed);
+void cfmakeraw(struct termios *tp);
+int cfsetspeed(struct termios *tp, speed_t speed);
/** @} */