blob: 8de06f634c5691d0107b89a9bd47d5182acfbcaf [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Arnaldo Carvalho de Melo4779a2e2013-10-23 14:08:48 -03002#ifndef _PERF_TUI_H_
3#define _PERF_TUI_H_ 1
4
5void tui_progress__init(void);
6
7#endif /* _PERF_TUI_H_ */