mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
Kernel: Rename Console => ConsoleDevice
This change will help to distinguish between the console device and the Console abstraction layer in the Graphics subsystem later.
This commit is contained in:
parent
0669dd82e2
commit
8f2ddde4cb
Notes:
sideshowbarker
2024-07-18 18:00:52 +09:00
Author: https://github.com/supercomputer7
Commit: 8f2ddde4cb
Pull-request: https://github.com/SerenityOS/serenity/pull/6277
Reviewed-by: https://github.com/ElectrodeYT
Reviewed-by: https://github.com/awesomekling
7 changed files with 28 additions and 24 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <Kernel/Console.h>
|
||||
#include <Kernel/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/HID/HIDManagement.h>
|
||||
#include <Kernel/TTY/TTY.h>
|
||||
#include <LibVT/Terminal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue