summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/ttycom.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-06 08:03:45 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-06-07 12:57:39 +0200
commit93531e9b08b2c641abc4bf5e53c5ebcd754c7d55 (patch)
tree8f3826ecf432eeeeb97830b674e037102a9c5b66 /cpukit/libcsupport/include/sys/ttycom.h
parentDo not use deprecated <sys/termios.h> (diff)
downloadrtems-93531e9b08b2c641abc4bf5e53c5ebcd754c7d55.tar.bz2
Move RTEMS-specific Termios API content
Remove obsolete support for OFILL, OFDEL, NLDLY, CRDLY, BSDLY, VTDLY, and FFDLY which is not present on FreeBSD and not implemented in Linux. Update #2833.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/include/sys/ttycom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/libcsupport/include/sys/ttycom.h b/cpukit/libcsupport/include/sys/ttycom.h
index 823ce3de5f..96da9ef329 100644
--- a/cpukit/libcsupport/include/sys/ttycom.h
+++ b/cpukit/libcsupport/include/sys/ttycom.h
@@ -60,10 +60,6 @@ struct winsize {
/* 3-7 unused */
/* 8-10 compat */
/* 11-12 unused */
-#ifdef __rtems__
-#define RTEMS_IO_SNDWAKEUP _IOW('t', 11, struct ttywakeup ) /* send tty wakeup */
-#define RTEMS_IO_RCVWAKEUP _IOW('t', 12, struct ttywakeup ) /* recv tty wakeup */
-#endif /* __rtems__ */
#define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
#define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
#define TIOCGPTN _IOR('t', 15, int) /* Get pts number. */