/** * Eugene Marinelli */ #ifndef SERIAL_H #define SERIAL_H #include #include int init_serial(char* port, speed_t baud, int oflag); #endif