Revision f05d35d2 linux-user/m68k/termbits.h

b/linux-user/m68k/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
......
97 98
#define  TARGET_B115200 0010002
98 99
#define  TARGET_B230400 0010003
99 100
#define  TARGET_B460800 0010004
101
#define  TARGET_B500000 0010005
102
#define  TARGET_B576000 0010006
103
#define  TARGET_B921600 0010007
104
#define  TARGET_B1000000 0010010
105
#define  TARGET_B1152000 0010011
106
#define  TARGET_B1500000 0010012
107
#define  TARGET_B2000000 0010013
108
#define  TARGET_B2500000 0010014
109
#define  TARGET_B3000000 0010015
110
#define  TARGET_B3500000 0010016
111
#define  TARGET_B4000000 0010017
100 112
#define TARGET_CIBAUD    002003600000  /* input baud rate (not used) */
101
#define TARGET_CRTSCTS   020000000000          /* flow control */
113
#define TARGET_CMSPAR    010000000000  /* mark or space (stick) parity */
114
#define TARGET_CRTSCTS   020000000000  /* flow control */
102 115

  
103 116
/* c_lflag bits */
104 117
#define TARGET_ISIG    0000001

Also available in: Unified diff