mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:17:35 +00:00
Kernel: Don't directly include <Kernel/Arch/x86/TrapFrame.h>
This adds a new arch-independent header which in turn includes the correct header for the build architecture.
This commit is contained in:
parent
918fdf9e2c
commit
1e3edb3b76
9 changed files with 25 additions and 8 deletions
|
@ -4,8 +4,8 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <Kernel/Arch/TrapFrame.h>
|
||||
#include <Kernel/Arch/x86/DescriptorTable.h>
|
||||
#include <Kernel/Arch/x86/TrapFrame.h>
|
||||
|
||||
// clang-format off
|
||||
asm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue