From afe12bca23b106a18796bf6ed793ff1389bdddb2 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 19 Oct 2013 18:13:48 +0100 Subject: Fix IRQ priority issue to give working USB; and some cleanup. --- stm/storage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stm/storage.h') diff --git a/stm/storage.h b/stm/storage.h index 542329e4b..e7895fd51 100644 --- a/stm/storage.h +++ b/stm/storage.h @@ -1,4 +1,6 @@ void storage_init(); +uint32_t storage_get_block_size(); +uint32_t storage_get_block_count(); void storage_flush(); bool storage_read_block(uint8_t *dest, uint32_t block); bool storage_write_block(const uint8_t *src, uint32_t block); -- cgit v1.2.3