summaryrefslogtreecommitdiffstatshomepage
path: root/stm/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/storage.h')
-rw-r--r--stm/storage.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/stm/storage.h b/stm/storage.h
deleted file mode 100644
index 4d153d2f69..0000000000
--- a/stm/storage.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#define FLASH_BLOCK_SIZE (512)
-
-void storage_init(void);
-uint32_t storage_get_block_size(void);
-uint32_t storage_get_block_count(void);
-bool storage_needs_flush(void);
-void storage_flush(void);
-bool storage_read_block(uint8_t *dest, uint32_t block);
-bool storage_write_block(const uint8_t *src, uint32_t block);