mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 12:13:57 +00:00
Prepare I/O control support
This commit is contained in:
@@ -4,12 +4,9 @@ namespace
|
||||
{
|
||||
struct dummy_device : stateless_device
|
||||
{
|
||||
void read() override
|
||||
{
|
||||
}
|
||||
|
||||
void write() override
|
||||
NTSTATUS io_control(const io_device_context&) override
|
||||
{
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user