summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/termios.h
blob: 83794533f607defb9402072b8374a1d6c17cb7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Liberally adapted from alpha/termios.h.  In particular, the c_cc[]
 * fields have been reordered so that termio & termios share the
 * common subset in the same order (for brain dead programs that don't
 * know or care about the differences).
 */
#ifndef _ASM_POWERPC_TERMIOS_H
#define _ASM_POWERPC_TERMIOS_H

#include <uapi/asm/termios.h>

#endif	/* _ASM_POWERPC_TERMIOS_H */