xref: /linux-6.15/include/uapi/linux/termios.h (revision c762a2b8)
1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2607ca46eSDavid Howells #ifndef _LINUX_TERMIOS_H
3607ca46eSDavid Howells #define _LINUX_TERMIOS_H
4607ca46eSDavid Howells 
5607ca46eSDavid Howells #include <linux/types.h>
6607ca46eSDavid Howells #include <asm/termios.h>
7607ca46eSDavid Howells 
8607ca46eSDavid Howells #endif
9