ladybird/Kernel/Devices/Generic
Liav A b55199c227 Kernel: Move TTY-related code to a new subdirectory under Devices
The TTY subsystem is represented with unix devices, so it should be
under the Devices directory like the Audio, Storage, GPU and HID
subsystems.
2023-09-09 12:08:59 -06:00
..
ConsoleDevice.cpp
ConsoleDevice.h
DeviceControlDevice.cpp Kernel+Services: Enable barebones hot-plug handling capabilities 2023-09-07 11:50:50 -06:00
DeviceControlDevice.h
FullDevice.cpp
FullDevice.h
MemoryDevice.cpp
MemoryDevice.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
NullDevice.cpp
NullDevice.h
RandomDevice.cpp Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
RandomDevice.h
SelfTTYDevice.cpp Kernel: Move TTY-related code to a new subdirectory under Devices 2023-09-09 12:08:59 -06:00
SelfTTYDevice.h
ZeroDevice.cpp
ZeroDevice.h