MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check
[linux-2.6/linux-mips.git] / tools / perf / util / ui / ui.h
blobd264e059c82996b83faa577313b3aec072786bdb
1 #ifndef _PERF_UI_H_
2 #define _PERF_UI_H_ 1
4 #include <pthread.h>
6 extern pthread_mutex_t ui__lock;
8 #endif /* _PERF_UI_H_ */