Kernel: Move PhysicalAddress.h into VM/

This commit is contained in:
Andreas Kling 2019-07-09 14:56:27 +02:00
commit 149fd7e045
Notes: sideshowbarker 2024-07-19 13:21:28 +09:00
7 changed files with 4 additions and 6 deletions

View file

@ -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 {

View file

@ -5,7 +5,7 @@
#include <Kernel/IRQHandler.h>
#include <Kernel/Lock.h>
#include <Kernel/PCI.h>
#include <Kernel/PhysicalAddress.h>
#include <Kernel/VM/PhysicalAddress.h>
#include <Kernel/VM/PhysicalPage.h>
struct PhysicalRegionDescriptor {