Prepare I/O control support

This commit is contained in:
momo5502
2024-11-06 19:55:28 +01:00
parent 300c80c65f
commit e80b3e588c
4 changed files with 61 additions and 28 deletions

View File

@@ -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;
}
};
}