Kernel: Move a bunch of generic devices code into new subdirectory

This commit is contained in:
Liav A 2023-03-18 13:17:13 +02:00 committed by Jelle Raaijmakers
parent 9eeda5719e
commit 4617c05a08
Notes: sideshowbarker 2024-07-16 22:14:49 +09:00
27 changed files with 34 additions and 34 deletions

View file

@ -7,7 +7,7 @@
#include <AK/Singleton.h>
#include <AK/Time.h>
#include <Kernel/Debug.h>
#include <Kernel/Devices/RandomDevice.h>
#include <Kernel/Devices/Generic/RandomDevice.h>
#include <Kernel/FileSystem/OpenFileDescription.h>
#include <Kernel/Locking/MutexProtected.h>
#include <Kernel/Net/EthernetFrameHeader.h>