mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
Kernel: Move x86 IO instructions code into the x86 specific folder
This commit is contained in:
parent
3e9dfd2e74
commit
4974727dbb
Notes:
sideshowbarker
2024-07-18 03:15:29 +09:00
Author: https://github.com/supercomputer7
Commit: 4974727dbb
Pull-request: https://github.com/SerenityOS/serenity/pull/10292
40 changed files with 39 additions and 39 deletions
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/Singleton.h>
|
||||
#include <Kernel/Arch/x86/IO.h>
|
||||
#include <Kernel/Bus/PCI/API.h>
|
||||
#include <Kernel/Bus/PCI/IDs.h>
|
||||
#include <Kernel/CommandLine.h>
|
||||
|
@ -13,7 +14,6 @@
|
|||
#include <Kernel/Graphics/Intel/NativeGraphicsAdapter.h>
|
||||
#include <Kernel/Graphics/VGACompatibleAdapter.h>
|
||||
#include <Kernel/Graphics/VirtIOGPU/GraphicsAdapter.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <Kernel/Memory/AnonymousVMObject.h>
|
||||
#include <Kernel/Multiboot.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue