storage: add sd_get_card_mounted declaration

This commit is contained in:
CTCaer 2021-05-11 09:22:39 +03:00
parent d7ce2a81db
commit 6a4ab55930

View file

@ -46,6 +46,7 @@ void sd_error_count_increment(u8 type);
u16 *sd_get_error_count();
bool sd_get_card_removed();
bool sd_get_card_initialized();
bool sd_get_card_mounted();
u32 sd_get_mode();
int sd_init_retry(bool power_cycle);
bool sd_initialize(bool power_cycle);