#ifndef SA_SERIAL_H #define SA_SERIAL_H void serial_init(void); void serial_write(const char *s); #endif /* SA_SERIAL_H */