xref: /OK3568_Linux_fs/external/rk_pcba_test/emmc_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef __EMMC_TEST_H_
2 #define __EMMC_TEST_H_
3 #include "rk_pcba_test_led.h"
4 
5 #ifdef PCBA_PX3SE
6 #define EMMC_CAPACITY 8
7 #endif
8 
9 #ifdef PCBA_1108
10 #define EMMC_CAPACITY 8
11 #endif
12 
13 #ifdef PCBA_1126_1109
14 #define EMMC_CAPACITY 8
15 #endif
16 
17 #ifdef PCBA_356X
18 #define EMMC_CAPACITY 8
19 #endif
20 
21 #ifdef PCBA_3588
22 #define EMMC_CAPACITY 8
23 #endif
24 
25 void *emmc_test(void *argv);
26 
27 #endif
28