Implement open device for Linux.

This commit is contained in:
2019-10-13 22:57:06 +01:00
parent 189a4557ec
commit 81f83b257c
4 changed files with 46 additions and 2 deletions

View File

@@ -22,5 +22,6 @@
#define PATH_SYS_DEVBLOCK "/sys/block"
DeviceInfoList* linux_list_devices();
int linux_open_device(const char* device_path);
#endif // DICREMOTE_LINUX_H