repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
term.h
blob
607b170a9017a4f7e58bf4c325a5f67d75c48d87
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __PERF_TERM_H
3
#define __PERF_TERM_H
4
5
struct
termios
;
6
struct
winsize
;
7
8
void
get_term_dimensions
(
struct
winsize
*
ws
);
9
void
set_term_quiet_input
(
struct
termios
*
old
);
10
11
#endif
/* __PERF_TERM_H */