Kernel: Move x86 IO instructions code into the x86 specific folder

This commit is contained in:
Liav A 2021-10-01 09:58:50 +03:00 committed by Andreas Kling
commit 4974727dbb
Notes: sideshowbarker 2024-07-18 03:15:29 +09:00
40 changed files with 39 additions and 39 deletions

View file

@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <Kernel/Arch/x86/IO.h>
#include <Kernel/Graphics/Console/TextModeConsole.h>
#include <Kernel/Graphics/GraphicsManagement.h>
#include <Kernel/IO.h>
#include <Kernel/Sections.h>
namespace Kernel::Graphics {