1 2 3 4 5 6 7 8 9 10
#ifndef OSM_DEVICE_H #define OSM_DEVICE_H #include <osm/utils.h> typedef struct { } OSMDevice; #endif