ui.h 124 B

123456789
  1. #ifndef _PERF_UI_H_
  2. #define _PERF_UI_H_ 1
  3. #include <pthread.h>
  4. extern pthread_mutex_t ui__lock;
  5. #endif /* _PERF_UI_H_ */