git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
11 lines
200 B
C
11 lines
200 B
C
#ifndef __PERF_TERM_H
|
|
#define __PERF_TERM_H
|
|
|
|
struct termios;
|
|
struct winsize;
|
|
|
|
void get_term_dimensions(struct winsize *ws);
|
|
void set_term_quiet_input(struct termios *old);
|
|
|
|
#endif /* __PERF_TERM_H */
|