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

This commit is contained in:
James Mintram 2021-12-01 17:12:30 +00:00 committed by Brian Gianforcaro
commit 1e5b82f0c6
Notes: sideshowbarker 2024-07-17 23:14:49 +09:00

View file

@ -10,6 +10,9 @@
#include <AK/String.h>
#include <AK/Types.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace IO {
// Every character written to this IO port is written to the Bochs console