staging: lustre: quota: remove obsolete quota code
[linux-2.6/btrfs-unstable.git] / tools / perf / util / term.h
blob2c06a61846a107d7c7175018312fb688916e717c
1 #ifndef __PERF_TERM_H
2 #define __PERF_TERM_H
4 struct termios;
5 struct winsize;
7 void get_term_dimensions(struct winsize *ws);
8 void set_term_quiet_input(struct termios *old);
10 #endif /* __PERF_TERM_H */