summaryrefslogtreecommitdiff
path: root/stm/sdcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/sdcard.h')
-rw-r--r--stm/sdcard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/sdcard.h b/stm/sdcard.h
index 6461d0f9b..da7dbddab 100644
--- a/stm/sdcard.h
+++ b/stm/sdcard.h
@@ -5,6 +5,7 @@ void sdcard_init(void);
bool sdcard_is_present(void);
bool sdcard_power_on(void);
void sdcard_power_off(void);
+uint64_t sdcard_get_capacity_in_bytes(void);
bool sdcard_read_block(uint8_t *dest, uint32_t block_num);
bool sdcard_write_block(const uint8_t *src, uint32_t block_num);