mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
Kernel: Move PhysicalAddress.h into VM/
This commit is contained in:
parent
eca5c2bdf8
commit
149fd7e045
Notes:
sideshowbarker
2024-07-19 13:21:28 +09:00
Author: https://github.com/awesomekling
Commit: 149fd7e045
7 changed files with 4 additions and 6 deletions
|
@ -3,7 +3,6 @@
|
|||
#include <AK/Bitmap.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <AK/NonnullRefPtr.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
#include <Kernel/VM/PhysicalPage.h>
|
||||
|
||||
class PhysicalRegion : public RefCounted<PhysicalRegion> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue