OSDN Git Service

bafd7768f3098f345f6a54ef2ab72288c5df12a1
[tomoyo/tomoyo-test1.git] / arch / sparc / include / asm / termios.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _SPARC_TERMIOS_H
3 #define _SPARC_TERMIOS_H
4
5 #include <uapi/asm/termios.h>
6 #include <linux/uaccess.h>
7
8
9 /*      intr=^C         quit=^\         erase=del       kill=^U
10         eof=^D          eol=\0          eol2=\0         sxtc=\0
11         start=^Q        stop=^S         susp=^Z         dsusp=^Y
12         reprint=^R      discard=^U      werase=^W       lnext=^V
13         vmin=\1         vtime=\0
14 */
15 #define INIT_C_CC "\003\034\177\025\004\000\000\000\021\023\032\031\022\025\027\026\001"
16
17 #endif /* _SPARC_TERMIOS_H */