kernel/include/uapi/linux/termios.h

9 lines
172 B
C
Raw Normal View History

2023-06-05 11:19:37 +08:00
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2020-11-04 10:33:20 +08:00
#ifndef _LINUX_TERMIOS_H
#define _LINUX_TERMIOS_H
#include <linux/types.h>
#include <asm/termios.h>
#endif