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
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