14 lines
240 B
C
Executable File
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
|