~jderose/ubuntu/raring/qemu/vde-again

« back to all changes in this revision

Viewing changes to linux-user/i386/termbits.h

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno, Aurelien Jarno
  • Date: 2008-08-25 04:38:35 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080825043835-8e3tftavy8bujdch
Tags: 0.9.1-6
[ Aurelien Jarno ]
* debian/control: 
  - Update list of supported targets (Closes: bug#488339).
* debian/qemu-make-debian-root:
  - Use mktemp instead of $$ to create temporary directories (Closes: 
    bug#496394).
* debian/links:
  - Add missing links to manpages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define TARGET_IXANY   0004000
27
27
#define TARGET_IXOFF   0010000
28
28
#define TARGET_IMAXBEL 0020000
 
29
#define TARGET_IUTF8   0040000
29
30
 
30
31
/* c_oflag bits */
31
32
#define TARGET_OPOST   0000001
96
97
#define  TARGET_B115200 0010002
97
98
#define  TARGET_B230400 0010003
98
99
#define  TARGET_B460800 0010004
 
100
#define  TARGET_B500000 0010005
 
101
#define  TARGET_B576000 0010006
 
102
#define  TARGET_B921600 0010007
 
103
#define  TARGET_B1000000 0010010
 
104
#define  TARGET_B1152000 0010011
 
105
#define  TARGET_B1500000 0010012
 
106
#define  TARGET_B2000000 0010013
 
107
#define  TARGET_B2500000 0010014
 
108
#define  TARGET_B3000000 0010015
 
109
#define  TARGET_B3500000 0010016
 
110
#define  TARGET_B4000000 0010017
99
111
#define TARGET_CIBAUD    002003600000  /* input baud rate (not used) */
100
 
#define TARGET_CRTSCTS   020000000000          /* flow control */
 
112
#define TARGET_CMSPAR    010000000000  /* mark or space (stick) parity */
 
113
#define TARGET_CRTSCTS   020000000000  /* flow control */
101
114
 
102
115
/* c_lflag bits */
103
116
#define TARGET_ISIG    0000001