summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/termios.h')
-rw-r--r--include/asm-ppc/termios.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/termios.h b/include/asm-ppc/termios.h
index 2a9b8b025..22f53ce8b 100644
--- a/include/asm-ppc/termios.h
+++ b/include/asm-ppc/termios.h
@@ -43,6 +43,7 @@ struct ltchars {
#define FIONBIO _IOW('f', 126, int)
#define FIONREAD _IOR('f', 127, int)
#define TIOCINQ FIONREAD
+#define FIOQSIZE _IOR('f', 128, loff_t)
#define TIOCGETP _IOR('t', 8, struct sgttyb)
#define TIOCSETP _IOW('t', 9, struct sgttyb)