xref: /linux/arch/sparc/include/asm/ioctls.h (revision 988b0c541ed8b1c633c4d4df7169010635942e18)
1 #ifndef _ASM_SPARC_IOCTLS_H
2 #define _ASM_SPARC_IOCTLS_H
3 
4 #include <uapi/asm/ioctls.h>
5 
6 #define TIOCGETC __TIOCGETC
7 #define TIOCGETP __TIOCGETP
8 #define TIOCGLTC __TIOCGLTC
9 #define TIOCSLTC __TIOCSLTC
10 #define TIOCSETP __TIOCSETP
11 #define TIOCSETN __TIOCSETN
12 #define TIOCSETC __TIOCSETC
13 #endif /* !(_ASM_SPARC_IOCTLS_H) */
14