Kernel: Move PIC.cpp into Arch/i386/

This commit is contained in:
Andreas Kling 2019-07-09 14:18:03 +02:00
commit 9fdcede491
Notes: sideshowbarker 2024-07-19 13:21:41 +09:00
7 changed files with 13 additions and 12 deletions

View file

@ -1,10 +1,10 @@
#include "IO.h"
#include "PIC.h"
#include <AK/Assertions.h>
#include <AK/Types.h>
#include <Kernel/Arch/i386/CPU.h>
#include <Kernel/Arch/i386/PIC.h>
#include <Kernel/Devices/KeyboardDevice.h>
#include <Kernel/TTY/VirtualConsole.h>
#include <Kernel/IO.h>
//#define KEYBOARD_DEBUG