mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Kernel: Add an x86 include check+error in x86/MSR.h
This commit is contained in:
parent
bffc3da9d7
commit
70a18a2271
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
#include <Kernel/Arch/x86/CPUID.h>
|
#include <Kernel/Arch/x86/CPUID.h>
|
||||||
|
|
||||||
|
#include <AK/Platform.h>
|
||||||
|
VALIDATE_IS_X86()
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
class MSR {
|
class MSR {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue