mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:17:45 +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,8 +1,8 @@
|
|||
#include "i8253.h"
|
||||
#include "IO.h"
|
||||
#include "PIC.h"
|
||||
#include "Scheduler.h"
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/Arch/i386/PIC.h>
|
||||
#include <Kernel/i8253.h>
|
||||
#include <Kernel/IO.h>
|
||||
#include <Kernel/Scheduler.h>
|
||||
|
||||
#define IRQ_TIMER 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue