mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 01:40:46 +00:00
Kernel: Move a bunch of generic devices code into new subdirectory
This commit is contained in:
parent
9eeda5719e
commit
4617c05a08
Notes:
sideshowbarker
2024-07-16 22:14:49 +09:00
Author: https://github.com/supercomputer7
Commit: 4617c05a08
Pull-request: https://github.com/SerenityOS/serenity/pull/17909
Reviewed-by: https://github.com/Panky-codes ✅
Reviewed-by: https://github.com/gmta ✅
27 changed files with 34 additions and 34 deletions
|
@ -14,10 +14,10 @@
|
|||
#include <Kernel/API/TimePage.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/Devices/CharacterDevice.h>
|
||||
#include <Kernel/Devices/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/Device.h>
|
||||
#include <Kernel/Devices/DeviceControlDevice.h>
|
||||
#include <Kernel/Devices/NullDevice.h>
|
||||
#include <Kernel/Devices/Generic/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/Generic/DeviceControlDevice.h>
|
||||
#include <Kernel/Devices/Generic/NullDevice.h>
|
||||
#include <Kernel/Library/LockRefPtr.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue