Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
refs/heads/android-15
/
.
/
libc
/
include
/
termio.h
blob: 9ba3ce89e8bba77e45adf162b98c7ffc3ca4366b [
file
] [
log
] [
blame
]
Elliott Hughes
462e90c
2018-08-21 16:10:48 -0700
[
diff
] [
blame
]
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
David 'Digit' Turner
ecb6d41
2010-06-11 13:30:25 -0700
[
diff
] [
blame
]
10
#include
<termios.h>