From 59f37ac002635171892925f163783689ec23c1fc Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 9 Oct 2025 12:00:49 +0200 Subject: feat: fixes and improvements of the kernel. Signed-off-by: Amlal El Mahrouss --- dev/kernel/StorageKit/AHCI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/kernel/StorageKit') diff --git a/dev/kernel/StorageKit/AHCI.h b/dev/kernel/StorageKit/AHCI.h index 3b9dac67..3605abe6 100644 --- a/dev/kernel/StorageKit/AHCI.h +++ b/dev/kernel/StorageKit/AHCI.h @@ -45,5 +45,5 @@ class AHCIDeviceInterface NE_DEVICE { }; UInt16 sk_init_ahci_device(BOOL atapi); -ErrorOr sk_acquire_ahci_device(Int32 drv_index); +ErrorOr sk_acquire_ahci_device(UInt32 drv_index); } // namespace Kernel -- cgit v1.2.3