altos: Declare all public functions in header files
[fw/altos] / src / lpc / ao_arch_funcs.h
index 0454b38b012e71f80d1dae78928dbe549579229e..a5c78c33eb8d16c6cc10c49f3ec24adac72bf20f 100644 (file)
@@ -258,6 +258,9 @@ static inline void ao_spi_send_byte(uint8_t byte, uint8_t spi_index)
                }                                                       \
        } while (0)
 
+void
+ao_debug_out(char c);
+
 #define HAS_ARCH_START_SCHEDULER       1
 
 static inline void ao_arch_start_scheduler(void) {
@@ -272,4 +275,6 @@ static inline void ao_arch_start_scheduler(void) {
        asm("isb");
 }
 
+void start(void);
+
 #endif /* _AO_ARCH_FUNCS_H_ */