Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef __ASM_IOCTLS_H__ |
2 | #define __ASM_IOCTLS_H__ | ||||
3 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | #define TIOCTTYGSTRUCT 0x5426 /* For debugging only */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #define FIOQSIZE 0x545E |
6 | |||||
Jeff Mahoney | 4735d23 | 2010-08-20 17:14:05 -0400 | [diff] [blame] | 7 | #include <asm-generic/ioctls.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
9 | #endif /* __ASM_IOCTLS_H__ */ | ||||
10 |