perf hists: Enlarge pid sort entry size
[deliverable/linux.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 */
This page took 0.049007 seconds and 5 git commands to generate.