mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-06 09:36:08 +00:00
Kernel: Move devices into Kernel/Devices/.
This commit is contained in:
parent
072ea7eece
commit
ab43658c55
Notes:
sideshowbarker
2024-07-19 14:50:43 +09:00
Author: https://github.com/awesomekling
Commit: ab43658c55
42 changed files with 53 additions and 54 deletions
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <Kernel/TTY/TTY.h>
|
||||
#include "KeyboardDevice.h"
|
||||
#include <Kernel/Devices/KeyboardDevice.h>
|
||||
#include "Console.h"
|
||||
|
||||
class VirtualConsole final : public TTY, public KeyboardClient, public ConsoleImplementation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue