11 lines
134 B
C
11 lines
134 B
C
|
#ifndef __EMMC_TEST_H_
|
||
|
#define __EMMC_TEST_H_
|
||
|
|
||
|
#ifdef PCBA_PX3SE
|
||
|
#define EMMC_CAPACITY 8
|
||
|
#endif
|
||
|
|
||
|
void *emmc_test(void *argv);
|
||
|
|
||
|
#endif
|