1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

Kernel: Move PhysicalAddress.h into VM/

This commit is contained in:
Andreas Kling 2019-07-09 14:56:27 +02:00
parent eca5c2bdf8
commit 149fd7e045
7 changed files with 4 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#include <AK/NonnullRefPtr.h>
#include <Kernel/Assertions.h>
#include <Kernel/PhysicalAddress.h>
#include <Kernel/VM/PhysicalAddress.h>
class PhysicalPage {
friend class MemoryManager;