mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-08 18:46:03 +00:00
Kernel: Extract DeferredCallEntry from Arch/Processor.h
This commit is contained in:
parent
235a2b35d6
commit
556b516182
Notes:
sideshowbarker
2024-07-17 22:58:32 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 556b516182
Pull-request: https://github.com/SerenityOS/serenity/pull/11178
3 changed files with 34 additions and 20 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue