brakeconf/src/device.h

15 lines
197 B
C

/*
* AUTHOR: Alexander Popov <iiiypuk {at} fastmail.fm>
* DESC: ...
*/
#ifndef DEVICE_H_
#define DEVICE_H_
#include <libserialport.h>
#include <jansson.h>
json_t *get_serial_ports();
#endif