1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 20:45:08 +00:00

Kernel: Add an x86 include check+error in x86/Inerrupts.h

This commit is contained in:
James Mintram 2021-12-01 17:12:11 +00:00 committed by Brian Gianforcaro
parent ed2aa96511
commit b9ae6daa02

View file

@ -10,6 +10,9 @@
#include <AK/Types.h>
#include <Kernel/Interrupts/GenericInterruptHandler.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace Kernel {
class GenericInterruptHandeler;