xref: /linux/include/uapi/linux/termios.h (revision d0034a7a4ac7fae708146ac0059b9c47a1543f0d)
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