Merge tag 'topic/drm-misc-2016-02-12' into drm-intel-next-queued
[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.032951 seconds and 6 git commands to generate.