perf annotate: Fix a build error
[deliverable/linux.git] / tools / perf / util / ui / ui.h
CommitLineData
5c35d69f
ACM
1#ifndef _PERF_UI_H_
2#define _PERF_UI_H_ 1
3
4#include <pthread.h>
71172ed9 5#include <stdbool.h>
5c35d69f
ACM
6
7extern pthread_mutex_t ui__lock;
8
71172ed9
ACM
9void ui__refresh_dimensions(bool force);
10
5c35d69f 11#endif /* _PERF_UI_H_ */
This page took 0.098195 seconds and 5 git commands to generate.