mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-21 00:22:33 +00:00
9 lines
124 B
C
9 lines
124 B
C
![]() |
#ifndef _PERF_UI_H_
|
||
|
#define _PERF_UI_H_ 1
|
||
|
|
||
|
#include <pthread.h>
|
||
|
|
||
|
extern pthread_mutex_t ui__lock;
|
||
|
|
||
|
#endif /* _PERF_UI_H_ */
|