3#include "../storage_glue.h"
4#include "../storage_sd_api.h"
10void storage_ext_init(StorageData* storage);
11FS_Error sd_mount_card(StorageData* storage,
bool notify);
12FS_Error sd_unmount_card(StorageData* storage);
13FS_Error sd_format_card(StorageData* storage);
14FS_Error sd_card_info(StorageData* storage,
SDInfo* sd_info);
Definition storage_sd_api.h:19