Revision 5fafdf24 linux-user/sh4/termbits.h

b/linux-user/sh4/termbits.h
245 245
ndbreak() */
246 246
#define TARGET_TIOCSBRK        TARGET_IO('T', 39) /* 0x5427 */ /* BSD compatibility */
247 247
#define TARGET_TIOCCBRK        TARGET_IO('T', 40) /* 0x5428 */ /* BSD compatibility */
248
#define TARGET_TIOCGSID        TARGET_IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session 
248
#define TARGET_TIOCGSID        TARGET_IOR('T', 41, pid_t) /* 0x5429 */ /* Return the session
249 249
ID of FD */
250 250
#define TARGET_TIOCGPTN        TARGET_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-m
251 251
ux device) */
......
263 263
tus register */
264 264
  /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
265 265
# define TIOCSER_TEMT    0x01   /* Transmitter physically empty */
266
#define TARGET_TIOCSERGETMULTI TARGET_IOR('T', 90, int) /* 0x545A 
266
#define TARGET_TIOCSERGETMULTI TARGET_IOR('T', 90, int) /* 0x545A
267 267
*/ /* Get multiport config  */
268
#define TARGET_TIOCSERSETMULTI TARGET_IOW('T', 91, int) /* 0x545B 
268
#define TARGET_TIOCSERSETMULTI TARGET_IOW('T', 91, int) /* 0x545B
269 269
*/ /* Set multiport config */
270 270

  
271
#define TARGET_TIOCMIWAIT      TARGET_IO('T', 92) /* 0x545C */       /* wait for a change on 
271
#define TARGET_TIOCMIWAIT      TARGET_IO('T', 92) /* 0x545C */       /* wait for a change on
272 272
serial input line(s) */
273
#define TARGET_TIOCGICOUNT     TARGET_IOR('T', 93, int) /* 0x545D */ /* read 
273
#define TARGET_TIOCGICOUNT     TARGET_IOR('T', 93, int) /* 0x545D */ /* read
274 274
serial port inline interrupt counts */

Also available in: Unified diff