1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:38:13 +00:00

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

This commit is contained in:
James Mintram 2021-12-01 17:14:37 +00:00 committed by Brian Gianforcaro
parent eb33df0c30
commit e20884dc0c

View file

@ -18,6 +18,9 @@
#include <Kernel/Arch/x86/TSS.h>
#include <Kernel/Forward.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace Kernel {
class ProcessorInfo;