summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/mips64/bits/termios.h2
-rw-r--r--arch/mipsn32/bits/termios.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips64/bits/termios.h b/arch/mips64/bits/termios.h
index 3a7d5a13..b19d4867 100644
--- a/arch/mips64/bits/termios.h
+++ b/arch/mips64/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
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