termios: Implement tcflush()

New IO control RTEMS_IO_TCFLUSH.
This commit is contained in:
Sebastian Huber
2012-12-12 09:25:03 +01:00
parent ad13ebe071
commit b0da579608
5 changed files with 61 additions and 43 deletions

View File

@@ -73,6 +73,7 @@
#define RTEMS_IO_TCDRAIN 3
#define RTEMS_IO_RCVWAKEUP 4
#define RTEMS_IO_SNDWAKEUP 5
#define RTEMS_IO_TCFLUSH 6
/* copied from libnetworking/sys/filio.h and commented out there */
/* Generic file-descriptor ioctl's. */