mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
Kernel: Replace VirtIOGPU reinterpret casts with AK::BinaryBufferWriter
This commit is contained in:
parent
217415226e
commit
d9330c42fa
3 changed files with 35 additions and 21 deletions
|
@ -123,7 +123,6 @@ struct ResourceAttachBacking {
|
|||
ControlHeader header;
|
||||
u32 resource_id;
|
||||
u32 num_entries;
|
||||
MemoryEntry entries[];
|
||||
};
|
||||
|
||||
// Specification equivalent: struct virtio_gpu_resource_detach_backing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue