mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Add packet to close device.
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
|
||||
DeviceInfoList* LinuxListDevices();
|
||||
|
||||
int LinuxOpenDevice(const char* device_path);
|
||||
int LinuxOpenDevice(const char* device_path);
|
||||
void LinuxCloseDevice(int device_fd);
|
||||
|
||||
int32_t LinuxGetDeviceType(const char* device_path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user