Implement ListDevices for Linux.

This commit is contained in:
2019-10-13 04:47:00 +01:00
parent 321cd275ee
commit 9d1b0d7670
3 changed files with 296 additions and 4 deletions

View File

@@ -20,6 +20,7 @@
#include "../dicmote.h"
#define PATH_SYS_DEVBLOCK "/sys/block"
DeviceInfoList* linux_list_devices();
#endif // DICREMOTE_LINUX_H