mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Kernel/USB: Move UHCI related structures to subdirectory
The number of UHCI related files is starting to expand to the point where it's best if we move this into their own subdirectory. It'll also make it easier to manage when we decide to add some more controller types (whenever that may be)
This commit is contained in:
parent
43392c567e
commit
4abf399a74
Notes:
sideshowbarker
2024-07-18 05:29:20 +09:00
Author: https://github.com/Quaker762
Commit: 4abf399a74
Pull-request: https://github.com/SerenityOS/serenity/pull/9375
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bgianfo
8 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <Kernel/Bus/USB/PacketTypes.h>
|
||||
#include <Kernel/Bus/USB/UHCIController.h>
|
||||
#include <Kernel/Bus/USB/UHCI/UHCIController.h>
|
||||
#include <Kernel/Bus/USB/USBPipe.h>
|
||||
#include <Kernel/Bus/USB/USBTransfer.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue