repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging:iio:lisght:isl29018 use IIO_PROCESSED enum value.
[zen-stable.git]
/
tools
/
perf
/
util
/
ui
/
ui.h
blob
d264e059c82996b83faa577313b3aec072786bdb
1
#ifndef _PERF_UI_H_
2
#define _PERF_UI_H_ 1
3
4
#include <pthread.h>
5
6
extern
pthread_mutex_t ui__lock
;
7
8
#endif
/* _PERF_UI_H_ */