mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
storage: add sd_get_card_mounted declaration
This commit is contained in:
parent
d7ce2a81db
commit
6a4ab55930
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue