brintos

brintos / linux-shallow public Read only

0
0
Text · 142 B · 8de06f6 Raw
8 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _PERF_TUI_H_3#define _PERF_TUI_H_ 14 5void tui_progress__init(void);6 7#endif /* _PERF_TUI_H_ */8