xref: /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/screen_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef _SCREEN_TEST_H_
2 #define _SCREEN_TEST_H_
3 
4 void *screen_test(void *argc);
5 void screenTest_key_detect(unsigned int code);
6 
7 extern unsigned char key_press;
8 extern int tiles_count;
9 
10 struct  screen_msg {
11 	int result;
12 	int x;
13 	int y;
14 	int w;
15 	int h;
16 };
17 
18 #endif
19