Revision f05d35d2 linux-user/arm/termbits.h

b/linux-user/arm/termbits.h
27 27
#define TARGET_IXANY   0004000
28 28
#define TARGET_IXOFF   0010000
29 29
#define TARGET_IMAXBEL 0020000
30
#define TARGET_IUTF8   0040000
30 31

  
31 32
/* c_oflag bits */
32 33
#define TARGET_OPOST   0000001
......
98 99
#define  TARGET_B230400 0010003
99 100
#define  TARGET_B460800 0010004
100 101
#define TARGET_CIBAUD    002003600000  /* input baud rate (not used) */
101
#define TARGET_CRTSCTS   020000000000          /* flow control */
102
#define TARGET_CMSPAR    010000000000  /* mark or space (stick) parity */
103
#define TARGET_CRTSCTS   020000000000  /* flow control */
102 104

  
103 105
/* c_lflag bits */
104 106
#define TARGET_ISIG    0000001

Also available in: Unified diff