ioctls.h 319 B

1234567891011121314
  1. #ifndef _ASM_SPARC_IOCTLS_H
  2. #define _ASM_SPARC_IOCTLS_H
  3. #include <uapi/asm/ioctls.h>
  4. #define TIOCGETC __TIOCGETC
  5. #define TIOCGETP __TIOCGETP
  6. #define TIOCGLTC __TIOCGLTC
  7. #define TIOCSLTC __TIOCSLTC
  8. #define TIOCSETP __TIOCSETP
  9. #define TIOCSETN __TIOCSETN
  10. #define TIOCSETC __TIOCSETC
  11. #endif /* !(_ASM_SPARC_IOCTLS_H) */