Sign in
coral
/
linux-mtk
/
4e8e8967651261bfd87345d44013a3f4fa2d1047
/
.
/
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 */