mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
This commit is contained in:
parent
6306cf5c27
commit
a58d7fd8bb
Notes:
sideshowbarker
2024-07-19 14:48:17 +09:00
Author: https://github.com/awesomekling
Commit: a58d7fd8bb
27 changed files with 119 additions and 121 deletions
|
@ -3,6 +3,8 @@
|
|||
#include <Kernel/i386.h>
|
||||
#include <Kernel/TSS.h>
|
||||
#include <Kernel/KResult.h>
|
||||
#include <Kernel/LinearAddress.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <AK/AKString.h>
|
||||
#include <AK/InlineLinkedList.h>
|
||||
#include <AK/RetainPtr.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue