shithub: m8c

ref: 5a0b6dac22b3f184890201c6c3cc8387b12b70f4
dir: /serial.h/

View raw version
#ifndef _SERIAL_H_
#define _SERIAL_H_

#include <libserialport.h>

struct sp_port *init_serial();

#endif