diff options
Diffstat (limited to 'arch/x86/include/asm/termbits.h')
-rw-r--r-- | arch/x86/include/asm/termbits.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/include/asm/termbits.h b/arch/x86/include/asm/termbits.h index af1b70ea440f..1c9773d48cb0 100644 --- a/arch/x86/include/asm/termbits.h +++ b/arch/x86/include/asm/termbits.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _ASM_X86_TERMBITS_H | 1 | #ifndef __ASM_GENERIC_TERMBITS_H |
2 | #define _ASM_X86_TERMBITS_H | 2 | #define __ASM_GENERIC_TERMBITS_H |
3 | 3 | ||
4 | #include <linux/posix_types.h> | 4 | #include <linux/posix_types.h> |
5 | 5 | ||
@@ -140,7 +140,7 @@ struct ktermios { | |||
140 | #define HUPCL 0002000 | 140 | #define HUPCL 0002000 |
141 | #define CLOCAL 0004000 | 141 | #define CLOCAL 0004000 |
142 | #define CBAUDEX 0010000 | 142 | #define CBAUDEX 0010000 |
143 | #define BOTHER 0010000 /* non standard rate */ | 143 | #define BOTHER 0010000 |
144 | #define B57600 0010001 | 144 | #define B57600 0010001 |
145 | #define B115200 0010002 | 145 | #define B115200 0010002 |
146 | #define B230400 0010003 | 146 | #define B230400 0010003 |
@@ -195,4 +195,4 @@ struct ktermios { | |||
195 | #define TCSADRAIN 1 | 195 | #define TCSADRAIN 1 |
196 | #define TCSAFLUSH 2 | 196 | #define TCSAFLUSH 2 |
197 | 197 | ||
198 | #endif /* _ASM_X86_TERMBITS_H */ | 198 | #endif /* __ASM_GENERIC_TERMBITS_H */ |