1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

Kernel: Extract DeferredCallEntry from Arch/Processor.h

This commit is contained in:
Hendiadyoin1 2021-12-07 00:52:54 +01:00 committed by Brian Gianforcaro
parent 235a2b35d6
commit 556b516182
3 changed files with 34 additions and 20 deletions

View file

@ -11,6 +11,7 @@
#include <AK/Function.h>
#include <AK/Types.h>
#include <Kernel/Arch/DeferredCallEntry.h>
#include <Kernel/Arch/x86/ASM_wrapper.h>
#include <Kernel/Arch/x86/CPUID.h>
#include <Kernel/Arch/x86/DescriptorTable.h>