Sign in
android-kvm
/
linux
/
7587a4a5a4f66293e13358285bcbc90cc9bddb31
/
.
/
tools
/
perf
/
util
/
term.h
blob: 607b170a9017a4f7e58bf4c325a5f67d75c48d87 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#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 */