18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Liberally adapted from alpha/termios.h.  In particular, the c_cc[]
48c2ecf20Sopenharmony_ci * fields have been reordered so that termio & termios share the
58c2ecf20Sopenharmony_ci * common subset in the same order (for brain dead programs that don't
68c2ecf20Sopenharmony_ci * know or care about the differences).
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_TERMIOS_H
98c2ecf20Sopenharmony_ci#define _ASM_POWERPC_TERMIOS_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <uapi/asm/termios.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci/*                   ^C  ^\ del  ^U  ^D   1   0   0   0   0  ^W  ^R  ^Z  ^Q  ^S  ^V  ^U  */
148c2ecf20Sopenharmony_ci#define INIT_C_CC "\003\034\177\025\004\001\000\000\000\000\027\022\032\021\023\026\025"
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci#include <asm-generic/termios-base.h>
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif	/* _ASM_POWERPC_TERMIOS_H */
19