1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_SPARC_TERMIOS_H
3 #define _UAPI_SPARC_TERMIOS_H
5 #include <asm/ioctls.h>
6 #include <asm/termbits.h>
8 #if defined(__KERNEL__) || defined(__DEFINE_BSD_TERMIOS)
34 #endif /* __KERNEL__ */
37 unsigned short ws_row
;
38 unsigned short ws_col
;
39 unsigned short ws_xpixel
;
40 unsigned short ws_ypixel
;
44 #endif /* _UAPI_SPARC_TERMIOS_H */