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
commit b9ae6daa02
Notes: sideshowbarker 2024-07-19 01:59:31 +09:00

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;