mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 09:22:53 +00:00
Kernel: Move {Virtual,Physical}Address classes to the Memory directory
This commit is contained in:
parent
64af4953c2
commit
aaa1de7878
Notes:
sideshowbarker
2024-07-17 02:37:08 +09:00
Author: https://github.com/supercomputer7
Commit: aaa1de7878
Pull-request: https://github.com/SerenityOS/serenity/pull/17604
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
54 changed files with 61 additions and 59 deletions
|
@ -14,10 +14,10 @@
|
|||
#include <Kernel/Firmware/ACPI/Initialize.h>
|
||||
#include <Kernel/Interrupts/IRQHandler.h>
|
||||
#include <Kernel/Library/LockRefPtr.h>
|
||||
#include <Kernel/Memory/PhysicalAddress.h>
|
||||
#include <Kernel/Memory/Region.h>
|
||||
#include <Kernel/Memory/TypedMapping.h>
|
||||
#include <Kernel/PhysicalAddress.h>
|
||||
#include <Kernel/VirtualAddress.h>
|
||||
#include <Kernel/Memory/VirtualAddress.h>
|
||||
|
||||
namespace Kernel::ACPI {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue