mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Kernel: Add an x86 include check+error in x86/TrapFrame.h
This commit is contained in:
parent
80cdfee10a
commit
b08eb37b11
3 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct RegisterState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue