mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
Kernel: Move TTY-related files into Kernel/TTY/.
This commit is contained in:
parent
f9864940eb
commit
9fca94269e
17 changed files with 16 additions and 16 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "IO.h"
|
||||
#include "PIC.h"
|
||||
#include "KeyboardDevice.h"
|
||||
#include "VirtualConsole.h"
|
||||
#include <Kernel/TTY/VirtualConsole.h>
|
||||
#include <AK/Assertions.h>
|
||||
|
||||
//#define KEYBOARD_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue