|
@@ -38,7 +38,7 @@ public:
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/// Opens a device node and returns a file descriptor to it.
|
|
/// Opens a device node and returns a file descriptor to it.
|
|
|
- u32 Open(std::string device_name);
|
|
|
|
|
|
|
+ u32 Open(const std::string& device_name);
|
|
|
/// Sends an ioctl command to the specified file descriptor.
|
|
/// Sends an ioctl command to the specified file descriptor.
|
|
|
u32 Ioctl(u32 fd, u32 command, const std::vector<u8>& input, std::vector<u8>& output);
|
|
u32 Ioctl(u32 fd, u32 command, const std::vector<u8>& input, std::vector<u8>& output);
|
|
|
/// Closes a device file descriptor and returns operation success.
|
|
/// Closes a device file descriptor and returns operation success.
|