mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 07:05:07 +00:00
Kernel: Add an x86 include check+error in x86/Inerrupts.h
This commit is contained in:
parent
ed2aa96511
commit
b9ae6daa02
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
#include <Kernel/Interrupts/GenericInterruptHandler.h>
|
#include <Kernel/Interrupts/GenericInterruptHandler.h>
|
||||||
|
|
||||||
|
#include <AK/Platform.h>
|
||||||
|
VALIDATE_IS_X86()
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
class GenericInterruptHandeler;
|
class GenericInterruptHandeler;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue