mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:57:44 +00:00
Kernel: Add an x86 include check+error in x86/CPUID.h
This commit is contained in:
parent
8350b44ebd
commit
db1fbdabf9
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
||||||
|
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
|
|
||||||
|
#include <AK/Platform.h>
|
||||||
|
VALIDATE_IS_X86()
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
class CPUID {
|
class CPUID {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue