qemu-char.h: Fix IOCTL values
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5073 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e8ee3c7276
commit
f066404827
@ -29,8 +29,8 @@ typedef struct {
|
|||||||
#define CHR_IOCTL_PP_EPP_WRITE 11
|
#define CHR_IOCTL_PP_EPP_WRITE 11
|
||||||
#define CHR_IOCTL_PP_DATA_DIR 12
|
#define CHR_IOCTL_PP_DATA_DIR 12
|
||||||
|
|
||||||
#define CHR_IOCTL_SERIAL_SET_TIOCM 12
|
#define CHR_IOCTL_SERIAL_SET_TIOCM 13
|
||||||
#define CHR_IOCTL_SERIAL_GET_TIOCM 13
|
#define CHR_IOCTL_SERIAL_GET_TIOCM 14
|
||||||
|
|
||||||
#define CHR_TIOCM_CTS 0x020
|
#define CHR_TIOCM_CTS 0x020
|
||||||
#define CHR_TIOCM_CAR 0x040
|
#define CHR_TIOCM_CAR 0x040
|
||||||
|
Loading…
Reference in New Issue
Block a user