diff options
Diffstat (limited to 'arch/mn10300/include/asm/ioctls.h')
-rw-r--r-- | arch/mn10300/include/asm/ioctls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mn10300/include/asm/ioctls.h b/arch/mn10300/include/asm/ioctls.h index dcbfb452974f..cb8cf1902234 100644 --- a/arch/mn10300/include/asm/ioctls.h +++ b/arch/mn10300/include/asm/ioctls.h | |||
@@ -54,6 +54,7 @@ | |||
54 | #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number | 54 | #define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number |
55 | * (of pty-mux device) */ | 55 | * (of pty-mux device) */ |
56 | #define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ | 56 | #define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */ |
57 | #define TIOCSIG _IOW('T', 0x36, int) /* Generate signal on Pty slave */ | ||
57 | 58 | ||
58 | #define FIONCLEX 0x5450 | 59 | #define FIONCLEX 0x5450 |
59 | #define FIOCLEX 0x5451 | 60 | #define FIOCLEX 0x5451 |
@@ -70,8 +71,6 @@ | |||
70 | 71 | ||
71 | #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ | 72 | #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */ |
72 | #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ | 73 | #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */ |
73 | #define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */ | ||
74 | #define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */ | ||
75 | #define FIOQSIZE 0x5460 | 74 | #define FIOQSIZE 0x5460 |
76 | 75 | ||
77 | /* Used for packet mode */ | 76 | /* Used for packet mode */ |
@@ -82,6 +81,7 @@ | |||
82 | #define TIOCPKT_START 8 | 81 | #define TIOCPKT_START 8 |
83 | #define TIOCPKT_NOSTOP 16 | 82 | #define TIOCPKT_NOSTOP 16 |
84 | #define TIOCPKT_DOSTOP 32 | 83 | #define TIOCPKT_DOSTOP 32 |
84 | #define TIOCPKT_IOCTL 64 | ||
85 | 85 | ||
86 | #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ | 86 | #define TIOCSER_TEMT 0x01 /* Transmitter physically empty */ |
87 | 87 | ||