perf tools: Move term functions out of util.c
The term functions are needed by help.c which is going to be moved into a separate library. Move them out of util.c and into their own file. Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/9a39c854dd156b55ebda57e427594c9a59dcb40f.1449548395.git.jpoimboe@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:

committed by
Arnaldo Carvalho de Melo

parent
de7cf7cadc
commit
1fe143c5f9
10
tools/perf/util/term.h
Normal file
10
tools/perf/util/term.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __PERF_TERM_H
|
||||
#define __PERF_TERM_H
|
||||
|
||||
struct termios;
|
||||
struct winsize;
|
||||
|
||||
void get_term_dimensions(struct winsize *ws);
|
||||
void set_term_quiet_input(struct termios *old);
|
||||
|
||||
#endif /* __PERF_TERM_H */
|
Reference in New Issue
Block a user