1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

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

This commit is contained in:
James Mintram 2021-12-01 17:13:02 +00:00 committed by Brian Gianforcaro
parent bffc3da9d7
commit 70a18a2271

View file

@ -10,6 +10,9 @@
#include <Kernel/Arch/x86/CPUID.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace Kernel {
class MSR {