mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 00:17:56 +00:00
nvdrv: stubbed Close(cmd 2)
This commit is contained in:
parent
a1d72a60f0
commit
2a9b625cd7
4 changed files with 26 additions and 0 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
u32 Open(std::string device_name);
|
||||
/// Sends an ioctl command to the specified file descriptor.
|
||||
u32 Ioctl(u32 fd, u32 command, const std::vector<u8>& input, std::vector<u8>& output);
|
||||
/// Closes a device file descriptor and returns operation success.
|
||||
ResultCode Close(u32 fd);
|
||||
|
||||
private:
|
||||
/// Id to use for the next open file descriptor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue