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/StorageKit/Storage.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/StorageKit') diff --git a/Private/StorageKit/Storage.hpp b/Private/StorageKit/Storage.hpp index e1d152fc..f32e8851 100644 --- a/Private/StorageKit/Storage.hpp +++ b/Private/StorageKit/Storage.hpp @@ -13,9 +13,9 @@ #include #include -typedef HCore::UInt16 OSScsiPacket[12]; +typedef HCore::UInt16 SKScsiPacket[12]; -extern const OSScsiPacket kCDRomPacketTemplate; +extern const SKScsiPacket kCDRomPacketTemplate; #define f_kDriveSectorSize 512 #define f_kDriveSize(last_lba) ((last_lba + 1) * f_kDriveSectorSize) -- cgit v1.2.3