summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/termios.h')
-rw-r--r--mdk-stage1/dietlibc/include/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/termios.h b/mdk-stage1/dietlibc/include/termios.h
index 4c4b8f4dc..f10909c1b 100644
--- a/mdk-stage1/dietlibc/include/termios.h
+++ b/mdk-stage1/dietlibc/include/termios.h
@@ -17,5 +17,6 @@ speed_t cfgetospeed(struct termios *termios_p) __THROW;
int cfsetospeed(struct termios *termios_p, speed_t speed) __THROW;
speed_t cfgetispeed(struct termios *termios_p) __THROW;
int cfsetispeed(struct termios *termios_p, speed_t speed) __THROW;
+int tcflush(int fd, int queue_selector) __THROW;
#endif