10 lines
205 B
C
10 lines
205 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_GENERIC_TERMIOS_H
|
|
#define _ASM_GENERIC_TERMIOS_H
|
|
|
|
|
|
#include <linux/uaccess.h>
|
|
#include <uapi/asm-generic/termios.h>
|
|
|
|
#endif /* _ASM_GENERIC_TERMIOS_H */
|