xref: /linux/tools/perf/util/term.h (revision c8f26c2696f42b97bf68b643e59a948cb35fc397)
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 */
11