summaryrefslogtreecommitdiffstats
path: root/crypto/prototypes.h
diff options
context:
space:
mode:
authorroot <root@no.no.james.local>2015-09-07 18:43:44 +0100
committerroot <root@no.no.james.local>2015-09-07 18:43:44 +0100
commitb83365010e8338a41988426f879243208714c44f (patch)
tree1ac6607b4910bef7f3fb5768100779a3ce0639e2 /crypto/prototypes.h
parentad7ab5552e41094bb8344e3e0fceef8c1dee90a7 (diff)
downloadbracelet-b83365010e8338a41988426f879243208714c44f.tar.gz
bracelet-b83365010e8338a41988426f879243208714c44f.tar.bz2
bracelet-b83365010e8338a41988426f879243208714c44f.zip
fish
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);