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
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git]
/
tools
/
perf
/
util
/
ui
/
ui.h
blob
7b67045479f6034c084574e31af34955a5c64a4c
1
#ifndef _PERF_UI_H_
2
#define _PERF_UI_H_ 1
3
4
#include <pthread.h>
5
#include <stdbool.h>
6
7
extern
pthread_mutex_t ui__lock
;
8
9
void
ui__refresh_dimensions
(
bool
force
);
10
11
#endif
/* _PERF_UI_H_ */