From 30e3f60f75661f687d1ddb82ad13ee9543c551b8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 23 Oct 2000 08:29:04 +0000 Subject: [PATCH] Sort the #define's. --- sys/alpha/linux/linux_ioctl.h | 76 +++++++++++++++++------------------ 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/sys/alpha/linux/linux_ioctl.h b/sys/alpha/linux/linux_ioctl.h index 34391ef44f5f..6944b6d6719a 100644 --- a/sys/alpha/linux/linux_ioctl.h +++ b/sys/alpha/linux/linux_ioctl.h @@ -223,8 +223,8 @@ #define LINUX_TIOCEXCL 0x540C #define LINUX_TIOCNXCL 0x540D #define LINUX_TIOCSCTTY 0x540E -#define LINUX_TIOCGPGRP 0x7477 #define LINUX_TIOCSPGRP 0x7476 +#define LINUX_TIOCGPGRP 0x7477 #define LINUX_TIOCOUTQ 0x5411 #define LINUX_TIOCSTI 0x5412 #define LINUX_TIOCGWINSZ 0x7468 @@ -278,26 +278,26 @@ #define LINUX_N_PPP 3 /* Linux termio c_cc values */ -#define LINUX_VINTR 8 -#define LINUX_VQUIT 9 +#define LINUX_VEOF 0 #define LINUX_VWERASE 4 #define LINUX_VKILL 5 -#define LINUX_VEOF 0 -#define LINUX_VTIME 17 -#define LINUX_VMIN 16 #define LINUX_VSWTC 7 +#define LINUX_VINTR 8 +#define LINUX_VQUIT 9 +#define LINUX_VMIN 16 +#define LINUX_VTIME 17 #define LINUX_NCC 19 /* Linux termios c_cc values */ +#define LINUX_VEOL 1 +#define LINUX_VEOL2 2 +#define LINUX_VERASE 3 +#define LINUX_VREPRINT 6 +#define LINUX_VSUSP 10 #define LINUX_VSTART 12 #define LINUX_VSTOP 13 -#define LINUX_VSUSP 10 -#define LINUX_VEOL 1 -#define LINUX_VREPRINT 6 -#define LINUX_VDISCARD 15 -#define LINUX_VERASE 3 #define LINUX_VLNEXT 14 -#define LINUX_VEOL2 2 +#define LINUX_VDISCARD 15 #define LINUX_NCCS 19 #define LINUX_POSIX_VDISABLE '\0' @@ -312,10 +312,10 @@ #define LINUX_INLCR 0x0000100 #define LINUX_IGNCR 0x0000200 #define LINUX_ICRNL 0x0000400 -#define LINUX_IUCLC 0x0010000 #define LINUX_IXON 0x0001000 #define LINUX_IXANY 0x0004000 #define LINUX_IXOFF 0x0002000 +#define LINUX_IUCLC 0x0010000 #define LINUX_IMAXBEL 0x0020000 /* Linux c_oflag masks */ @@ -329,30 +329,30 @@ #define LINUX_OFDEL 0x0000200 #define LINUX_NLDLY 0x0001400 -#define LINUX_NL0 0x0000000 -#define LINUX_NL1 00000400 -#define LINUX_CRDLY 00030000 +#define LINUX_BS0 00000000 +#define LINUX_BS1 00100000 +#define LINUX_BSDLY 00100000 #define LINUX_CR0 00000000 #define LINUX_CR1 00010000 #define LINUX_CR2 00020000 #define LINUX_CR3 00030000 -#define LINUX_TABDLY 00006000 +#define LINUX_CRDLY 00030000 +#define LINUX_FF0 00000000 +#define LINUX_FF1 00040000 +#define LINUX_FFDLY 00040000 +#define LINUX_NL0 00000000 +#define LINUX_NL1 00000400 +#define LINUX_NL2 00001000 +#define LINUX_NL3 00001400 #define LINUX_TAB0 00000000 #define LINUX_TAB1 00002000 #define LINUX_TAB2 00004000 #define LINUX_TAB3 00006000 +#define LINUX_TABDLY 00006000 #define LINUX_XTABS 01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */ -#define LINUX_BSDLY 00100000 -#define LINUX_BS0 00000000 -#define LINUX_BS1 00100000 -#define LINUX_VTDLY 00200000 #define LINUX_VT0 00000000 #define LINUX_VT1 00200000 -#define LINUX_FFDLY 00040000 -#define LINUX_FF0 00000000 -#define LINUX_FF1 00040000 -#define LINUX_NL2 00001000 -#define LINUX_NL3 00001400 +#define LINUX_VTDLY 00200000 #define LINUX_CBAUD 0000037 #define LINUX_B0 0x00000000 @@ -390,11 +390,11 @@ #define LINUX_B3500000 00035 #define LINUX_B4000000 00036 -#define LINUX_CSIZE 00001400 -#define LINUX_CS5 0x00000000 +#define LINUX_CS5 00000000 #define LINUX_CS6 00000400 #define LINUX_CS7 00001000 #define LINUX_CS8 00001400 +#define LINUX_CSIZE 00001400 #define LINUX_CSTOPB 00002000 #define LINUX_CREAD 00004000 #define LINUX_PARENB 00010000 @@ -404,21 +404,21 @@ #define LINUX_CRTSCTS 020000000000 /* Linux c_lflag masks */ -#define LINUX_ISIG 0x00000080 -#define LINUX_ICANON 0x00000100 -#define LINUX_XCASE 0x00004000 -#define LINUX_ECHO 0x00000008 +#define LINUX_ECHOKE 0x00000001 #define LINUX_ECHOE 0x00000002 #define LINUX_ECHOK 0x00000004 +#define LINUX_ECHO 0x00000008 #define LINUX_ECHONL 0x00000010 -#define LINUX_NOFLSH 0x80000000 -#define LINUX_TOSTOP 0x00400000 -#define LINUX_ECHOCTL 0x00000040 #define LINUX_ECHOPRT 0x00000020 -#define LINUX_ECHOKE 0x00000001 +#define LINUX_ECHOCTL 0x00000040 +#define LINUX_ISIG 0x00000080 +#define LINUX_ICANON 0x00000100 +#define LINUX_IEXTEN 0x00000400 +#define LINUX_XCASE 0x00004000 +#define LINUX_TOSTOP 0x00400000 #define LINUX_FLUSHO 0x00800000 #define LINUX_PENDIN 0x20000000 -#define LINUX_IEXTEN 0x00000400 +#define LINUX_NOFLSH 0x80000000 /* serial_struct values for TIOC[GS]SERIAL ioctls */ #define LINUX_ASYNC_CLOSING_WAIT_INF 0 @@ -438,9 +438,9 @@ #define LINUX_ASYNC_FOURPORT 0x0002 #define LINUX_ASYNC_SAK 0x0004 #define LINUX_ASYNC_SPLIT_TERMIOS 0x0008 -#define LINUX_ASYNC_SPD_MASK 0x0030 #define LINUX_ASYNC_SPD_HI 0x0010 #define LINUX_ASYNC_SPD_VHI 0x0020 +#define LINUX_ASYNC_SPD_MASK 0x0030 #define LINUX_ASYNC_SPD_CUST 0x0030 #define LINUX_ASYNC_SKIP_TEST 0x0040 #define LINUX_ASYNC_AUTO_IRQ 0x0080