Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Liberally adapted from alpha/termios.h.  In particular, the c_cc[]
0004  * fields have been reordered so that termio & termios share the
0005  * common subset in the same order (for brain dead programs that don't
0006  * know or care about the differences).
0007  */
0008 #ifndef _ASM_POWERPC_TERMIOS_H
0009 #define _ASM_POWERPC_TERMIOS_H
0010 
0011 #include <uapi/asm/termios.h>
0012 
0013 /*                   ^C  ^\ del  ^U  ^D   1   0   0   0   0  ^W  ^R  ^Z  ^Q  ^S  ^V  ^U  */
0014 #define INIT_C_CC "\003\034\177\025\004\001\000\000\000\000\027\022\032\021\023\026\025" 
0015 
0016 #include <asm-generic/termios-base.h>
0017 
0018 #endif  /* _ASM_POWERPC_TERMIOS_H */