ioctls.h 196 B

12345678910
  1. #ifndef __ASM_IOCTLS_H__
  2. #define __ASM_IOCTLS_H__
  3. #define TIOCTTYGSTRUCT 0x5426 /* For debugging only */
  4. #define FIOQSIZE 0x545E
  5. #include <asm-generic/ioctls.h>
  6. #endif /* __ASM_IOCTLS_H__ */