summaryrefslogtreecommitdiff
path: root/include/osm/device.h
blob: 51a4ff28250b00976dc4a7985bf029967d14a74b (plain)
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