/** * Eugene Marinelli * 4/9/08 */ #ifndef SERIAL_H #define SERIAL_H void serial_init(void); void serial_putc(char c); #endif