aboutsummaryrefslogtreecommitdiff
path: root/stm/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'stm/storage.h')
-rw-r--r--stm/storage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stm/storage.h b/stm/storage.h
new file mode 100644
index 000000000..542329e4b
--- /dev/null
+++ b/stm/storage.h
@@ -0,0 +1,4 @@
+void storage_init();
+void storage_flush();
+bool storage_read_block(uint8_t *dest, uint32_t block);
+bool storage_write_block(const uint8_t *src, uint32_t block);