From aff54fd3dc6855b62c047f126c6fe20ca717ee0f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 3 Feb 2024 22:53:06 +0100 Subject: HCR-11 : SATA support phase 1, work in progress AHCI implementation. Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/BootKit/BootKit.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/NewBoot/BootKit/BootKit.hxx') diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index d1584d8a..45f54cb4 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -85,7 +85,7 @@ class BFileReader final { Int32 mErrorCode{kOperationOkay}; CharacterType mPath[kPathLen]; BTextWriter mWriter; - BATADevice mDevice; + BDeviceATA mDevice; bool mCached{false}; }; -- cgit v1.2.3