From 6a4ab55930da9bee67064266eccbd5bf8993379f Mon Sep 17 00:00:00 2001 From: CTCaer Date: Tue, 11 May 2021 09:22:39 +0300 Subject: [PATCH] storage: add sd_get_card_mounted declaration --- bdk/storage/nx_sd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bdk/storage/nx_sd.h b/bdk/storage/nx_sd.h index 6a8c71f..e2b703f 100644 --- a/bdk/storage/nx_sd.h +++ b/bdk/storage/nx_sd.h @@ -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);