xref: /aosp_15_r20/bionic/libc/include/termio.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1 #pragma once
2 
3 /**
4  * @file termio.h
5  * @brief Historical alternative to `<termios.h>`.
6  *
7  * New code should use `<termios.h>` directly.
8  */
9 
10 #include <termios.h>
11