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
;
45 unsigned short c_iflag
; /* input mode flags */
46 unsigned short c_oflag
; /* output mode flags */
47 unsigned short c_cflag
; /* control mode flags */
48 unsigned short c_lflag
; /* local mode flags */
49 unsigned char c_line
; /* line discipline */
50 unsigned char c_cc
[NCC
]; /* control characters */
53 #endif /* _UAPI_SPARC_TERMIOS_H */