linuxOS_AP06/external/rk_pcba_test/pcba_minui/emmc_test.h

11 lines
134 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
#ifndef __EMMC_TEST_H_
#define __EMMC_TEST_H_
#ifdef PCBA_PX3SE
#define EMMC_CAPACITY 8
#endif
void *emmc_test(void *argv);
#endif