summaryrefslogtreecommitdiff
path: root/rcc/flash_methods.h
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2021-09-17 22:02:25 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2022-01-26 23:40:29 +0100
commit1b5215b679d541f0902ad1d39f0ceb6c36250401 (patch)
tree56e89b17184d97fc06ed66afcdd6ea1f60b7a37d /rcc/flash_methods.h
parent2d8a1c0489da61996bb4787a53353585d0413a03 (diff)
flash: convert to new style
Diffstat (limited to 'rcc/flash_methods.h')
-rw-r--r--rcc/flash_methods.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rcc/flash_methods.h b/rcc/flash_methods.h
new file mode 100644
index 0000000..0a28e32
--- /dev/null
+++ b/rcc/flash_methods.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <stdint.h>
+
+void flash_init();