mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 10:14:57 +00:00
Kernel: Move PIC.cpp into Arch/i386/
This commit is contained in:
parent
aa2cfed6b0
commit
9fdcede491
7 changed files with 13 additions and 12 deletions
|
@ -1,5 +1,4 @@
|
|||
#include "KSyms.h"
|
||||
#include "PIC.h"
|
||||
#include "Process.h"
|
||||
#include "RTC.h"
|
||||
#include "Scheduler.h"
|
||||
|
@ -7,6 +6,7 @@
|
|||
#include "kmalloc.h"
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/Arch/i386/PIC.h>
|
||||
#include <Kernel/Devices/BXVGADevice.h>
|
||||
#include <Kernel/Devices/DebugLogDevice.h>
|
||||
#include <Kernel/Devices/DiskPartition.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue