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

This commit is contained in:
James Mintram 2021-12-01 17:14:53 +00:00 committed by Brian Gianforcaro
parent e20884dc0c
commit 1dc1412dee
Notes: sideshowbarker 2024-07-17 23:14:23 +09:00

View File

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