]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/perf/util/term.h
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / tools / perf / util / term.h
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 */