mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +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: https://github.com/SerenityOS/serenity/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
|
@ -13,8 +13,8 @@
|
|||
#include <Kernel/Memory/ScatterGatherList.h>
|
||||
#include <Kernel/Memory/TypedMapping.h>
|
||||
#include <Kernel/Storage/ATA/AHCI/Port.h>
|
||||
#include <Kernel/Storage/ATA/ATA.h>
|
||||
#include <Kernel/Storage/ATA/ATADiskDevice.h>
|
||||
#include <Kernel/Storage/ATA/Definitions.h>
|
||||
#include <Kernel/Storage/StorageManagement.h>
|
||||
#include <Kernel/WorkQueue.h>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include <Kernel/Bus/PCI/API.h>
|
||||
#include <Kernel/Sections.h>
|
||||
#include <Kernel/Storage/ATA/ATA.h>
|
||||
#include <Kernel/Storage/ATA/Definitions.h>
|
||||
#include <Kernel/Storage/ATA/GenericIDE/BusMasterChannel.h>
|
||||
#include <Kernel/Storage/ATA/GenericIDE/Controller.h>
|
||||
#include <Kernel/WorkQueue.h>
|
||||
|
|
|
@ -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…
Reference in a new issue