summaryrefslogtreecommitdiffstats
path: root/crypto/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/prototypes.h')
-rw-r--r--crypto/prototypes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/prototypes.h b/crypto/prototypes.h
new file mode 100644
index 0000000..35c8abe
--- /dev/null
+++ b/crypto/prototypes.h
@@ -0,0 +1,7 @@
+/* ssd1306.c */
+extern void sd_on(void);
+extern void sd_doodle(void);
+extern void sd_init(void);
+/* main.c */
+extern void assert_nrf_callback(uint16_t line_num, const uint8_t *p_file_name);
+extern int main(void);