nt9856x/code/lib/source/sifar/code/include/sf_sd_common.h
2023-03-28 15:07:53 +08:00

14 lines
240 B
C
Executable File

#ifndef _SF_SD_COMMON_
#define _SF_SD_COMMON_
BOOL sf_is_card_full(void);
UINT32 sf_check_card_full(void);
typedef BOOL (*SF_CALLBACK_SD_CMD)(void);
void sf_sd_exist_reg_cb(SF_CALLBACK_SD_CMD fpCB);
BOOL sf_in_card_exist(void);
#endif