mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
Kernel: Move PhysicalAddress.h into VM/
This commit is contained in:
parent
eca5c2bdf8
commit
149fd7e045
7 changed files with 4 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <AK/AKString.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Devices/BlockDevice.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
#include <Kernel/VM/PhysicalAddress.h>
|
||||
#include <SharedGraphics/Size.h>
|
||||
|
||||
class BXVGADevice final : public BlockDevice {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue