1 2 3 4 5 6 7
#ifndef SERIAL_H #define SERIAL_H int serial_putchar(unsigned char c); int serial_init(void); #endif /* SERIAL_H */