about summary refs log tree commit diff
path: root/arch/powerpc64/bits/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc64/bits/ioctl.h')
-rw-r--r--arch/powerpc64/bits/ioctl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc64/bits/ioctl.h b/arch/powerpc64/bits/ioctl.h
index 44a6cb65..f26bb757 100644
--- a/arch/powerpc64/bits/ioctl.h
+++ b/arch/powerpc64/bits/ioctl.h
@@ -123,16 +123,11 @@
 /* end kernel header ioctls.h */
 
 
-#define TIOCTTYGSTRUCT	0x5426
-
 #define TCGETX		0x5432
 #define TCSETX		0x5433
 #define TCSETXF		0x5434
 #define TCSETXW		0x5435
 
-#define TIOCGHAYESESP   0x545E
-#define TIOCSHAYESESP   0x545F
-
 struct winsize {
 	unsigned short ws_row;
 	unsigned short ws_col;
@@ -140,8 +135,6 @@ struct winsize {
 	unsigned short ws_ypixel;
 };
 
-#define TIOCM_MODEM_BITS TIOCM_OUT2
-
 #define N_TTY           0
 #define N_SLIP          1
 #define N_MOUSE         2