From b83365010e8338a41988426f879243208714c44f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 7 Sep 2015 18:43:44 +0100 Subject: fish --- crypto/prototypes.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 crypto/prototypes.h (limited to 'crypto/prototypes.h') 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); -- cgit v1.2.3