summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys
diff options
context:
space:
mode:
authorAlex Ivanov <alexivanov97@gmail.com>2012-12-11 17:35:30 -0500
committerGedare Bloom <gedare@rtems.org>2012-12-11 17:35:30 -0500
commitcc390b62c4517e32447e2b2276ba77b0420c8e50 (patch)
tree4ba37e0321318fa518d08d87a581817d81f7b52f /cpukit/libcsupport/include/sys
parentlibcsupport: Doxygen enhancement GCI task #4 (diff)
downloadrtems-cc390b62c4517e32447e2b2276ba77b0420c8e50.tar.bz2
libcsupport: Doxygen enhancement GCI task #6
http://www.google-melange.com/gci/task/view/google/gci2012/7992212
Diffstat (limited to 'cpukit/libcsupport/include/sys')
-rw-r--r--cpukit/libcsupport/include/sys/termios.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/sys/termios.h b/cpukit/libcsupport/include/sys/termios.h
index f51cd3c0f3..dea74c4fe8 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -190,6 +190,10 @@ struct termios {
#define TCSADRAIN 1
#define TCSAFLUSH 2
+/**
+ * @brief Line Control Functions
+ * POSIX 1003.1b 7.2.2 - Line Control Functions
+ */
int tcdrain(int);
/**