altos: Declare all public functions in header files
[fw/altos] / src / stm / ao_arch_funcs.h
index 7fe6a732478b442f1b9ce445f7cb253d01cadd88..41f1bf9113721217516c8a62ab0c6fb66a810996 100644 (file)
@@ -393,6 +393,9 @@ struct ao_stm_usart {
 #endif
 };
 
+void
+ao_debug_out(char c);
+
 #if HAS_SERIAL_1
 extern struct ao_stm_usart     ao_stm_usart1;
 #endif
@@ -607,4 +610,6 @@ ao_arch_wait_interrupt(void) {
                ao_arch_irqrestore(__mask);             \
        } while (0)
 
+void start(void);
+
 #endif /* _AO_ARCH_FUNCS_H_ */