mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Kernel: Add an x86 include check+error in x86/IO.h
This commit is contained in:
parent
b9ae6daa02
commit
1e5b82f0c6
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
||||||
#include <AK/String.h>
|
#include <AK/String.h>
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
|
|
||||||
|
#include <AK/Platform.h>
|
||||||
|
VALIDATE_IS_X86()
|
||||||
|
|
||||||
namespace IO {
|
namespace IO {
|
||||||
|
|
||||||
// Every character written to this IO port is written to the Bochs console
|
// Every character written to this IO port is written to the Bochs console
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue