mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
Kernel: Add an x86 include check+error in x86/ProcessorInfo.h
This commit is contained in:
parent
e20884dc0c
commit
1dc1412dee
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
|||
#include <AK/String.h>
|
||||
#include <AK/Types.h>
|
||||
|
||||
#include <AK/Platform.h>
|
||||
VALIDATE_IS_X86()
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class Processor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue