summaryrefslogtreecommitdiff
path: root/arch/mipsn32/bits
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mipsn32/bits')
-rw-r--r--arch/mipsn32/bits/termios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mipsn32/bits/termios.h b/arch/mipsn32/bits/termios.h
index 3a7d5a13..b19d4867 100644
--- a/arch/mipsn32/bits/termios.h
+++ b/arch/mipsn32/bits/termios.h
@@ -5,6 +5,8 @@ struct termios {
tcflag_t c_lflag;
cc_t c_line;
cc_t c_cc[NCCS];
+ speed_t __c_ispeed;
+ speed_t __c_ospeed;
};
#define VINTR 0