00001 00017 #ifndef UART_IO_H_ 00018 #define UART_IO_H_ 00019 00020 #include <stdio.h> 00021 00025 FILE* uart_io_init(void); 00026 00027 00033 char uart_io_ok_to_powersave(void); 00034 00035 #endif /*UART_IO_H_*/