xref: /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/emmc_test.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 #ifndef __EMMC_TEST_H_
2 #define __EMMC_TEST_H_
3 
4 #ifdef PCBA_PX3SE
5 #define EMMC_CAPACITY 8
6 #endif
7 
8 void *emmc_test(void *argv);
9 
10 #endif
11