mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:38:12 +00:00
Kernel: Add an x86 include check+error in x86/PageDirectory.h
This commit is contained in:
parent
70a18a2271
commit
17fb2adf61
3 changed files with 11 additions and 1 deletions
|
@ -21,6 +21,10 @@
|
|||
#include <Kernel/Memory/Region.h>
|
||||
#include <Kernel/Memory/VMObject.h>
|
||||
|
||||
namespace Kernel {
|
||||
class PageDirectoryEntry;
|
||||
}
|
||||
|
||||
namespace Kernel::Memory {
|
||||
|
||||
constexpr bool page_round_up_would_wrap(FlatPtr x)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue