blob: d264e059c82996b83faa577313b3aec072786bdb [file] [log] [blame]
Arnaldo Carvalho de Melo5c35d692011-02-09 11:38:43 -02001#ifndef _PERF_UI_H_
2#define _PERF_UI_H_ 1
3
4#include <pthread.h>
5
6extern pthread_mutex_t ui__lock;
7
8#endif /* _PERF_UI_H_ */