Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
jikos
/
linux-block
/
42d97eb0ade31e1bc537d086842f5d6e766d9d51
/
.
/
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 */