diff options
Diffstat (limited to 'tools/perf/ui/tui/tui.h')
-rw-r--r-- | tools/perf/ui/tui/tui.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/ui/tui/tui.h b/tools/perf/ui/tui/tui.h new file mode 100644 index 000000000..8de06f634 --- /dev/null +++ b/tools/perf/ui/tui/tui.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +#ifndef _PERF_TUI_H_ +#define _PERF_TUI_H_ 1 + +void tui_progress__init(void); + +#endif /* _PERF_TUI_H_ */ |