shithub: m8c

ref: 66f25d9f6b04cd8ce889b8a786c368b860029ca9
dir: /serial.h/

View raw version
#ifndef _SERIAL_H_
#define _SERIAL_H_

#include <libserialport.h>

struct sp_port *init_serial();

#endif