Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __PERF_TERM_H
0003 #define __PERF_TERM_H
0004 
0005 struct termios;
0006 struct winsize;
0007 
0008 void get_term_dimensions(struct winsize *ws);
0009 void set_term_quiet_input(struct termios *old);
0010 
0011 #endif /* __PERF_TERM_H */