shithub: m8c

ref: 2e61bdb89a80d84475f81de711069624424cf355
dir: /serial.h/

View raw version
#ifndef _SERIAL_H_
#define _SERIAL_H_

#include <libserialport.h>

struct sp_port *init_serial();

#endif