Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
c79c809197bf4faaf109d1a7bdc27ecedac375de
/
.
/
tools
/
perf
/
util
/
term.h
blob: 2c06a61846a107d7c7175018312fb688916e717c [
file
] [
log
] [
blame
]
#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 */