diff options
Diffstat (limited to 'include/osm/device.h')
-rw-r--r-- | include/osm/device.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/osm/device.h b/include/osm/device.h new file mode 100644 index 0000000..51a4ff2 --- /dev/null +++ b/include/osm/device.h @@ -0,0 +1,10 @@ +#ifndef OSM_DEVICE_H +#define OSM_DEVICE_H + +#include <osm/utils.h> + +typedef struct { + +} OSMDevice; + +#endif |