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
ARM: dts: kirkwood: gpio-leds fixes for linkstation ls-wvl/vl
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
term.h
blob
2c06a61846a107d7c7175018312fb688916e717c
1
#ifndef __PERF_TERM_H
2
#define __PERF_TERM_H
3
4
struct
termios
;
5
struct
winsize
;
6
7
void
get_term_dimensions
(
struct
winsize
*
ws
);
8
void
set_term_quiet_input
(
struct
termios
*
old
);
9
10
#endif
/* __PERF_TERM_H */