2025-10-10 16:07:00 +08:00

10 lines
124 B
C
Executable File

#ifndef __SDCARD_TEST_H__
#define __SDCARD_TEST_H__
UINT32 sdcard_intf_test(void);
void sdcard_intf_close(void);
#endif