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