Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
[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.038976 seconds and 5 git commands to generate.