Kernel: Reorganize PS/2 files to their own directory

This commit is contained in:
2024-01-04 11:00:10 +02:00
parent c2957d8761
commit d4191c0d94
11 changed files with 26 additions and 24 deletions

View File

@@ -8,7 +8,7 @@
#include <kernel/FS/VirtualFileSystem.h>
#include <kernel/GDT.h>
#include <kernel/IDT.h>
#include <kernel/Input/PS2Controller.h>
#include <kernel/Input/PS2/Controller.h>
#include <kernel/InterruptController.h>
#include <kernel/kprint.h>
#include <kernel/Memory/Heap.h>