mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
Kernel/Storage: Rename ATA.h => Definitions.h
This commit is contained in:
parent
c001e3f567
commit
ade672c576
Notes:
sideshowbarker
2024-07-17 08:47:16 +09:00
Author: https://github.com/supercomputer7
Commit: ade672c576
Pull-request: https://github.com/SerenityOS/serenity/pull/11081
Reviewed-by: https://github.com/Panky-codes
Reviewed-by: https://github.com/linusg ✅
4 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
#include <Kernel/Memory/MemoryManager.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/Storage/ATA/ATA.h>
|
||||
#include <Kernel/Storage/ATA/ATADiskDevice.h>
|
||||
#include <Kernel/Storage/ATA/Definitions.h>
|
||||
#include <Kernel/Storage/ATA/GenericIDE/Channel.h>
|
||||
#include <Kernel/Storage/ATA/GenericIDE/Controller.h>
|
||||
#include <Kernel/WorkQueue.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue