13 lines
221 B
C
13 lines
221 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* S390 version
|
|
*
|
|
* Derived from "include/asm-i386/termios.h"
|
|
*/
|
|
#ifndef _S390_TERMIOS_H
|
|
#define _S390_TERMIOS_H
|
|
|
|
#include <uapi/asm/termios.h>
|
|
|
|
#endif /* _S390_TERMIOS_H */
|