summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/StorageKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/StorageKit')
-rw-r--r--dev/Kernel/StorageKit/AHCI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/Kernel/StorageKit/AHCI.h b/dev/Kernel/StorageKit/AHCI.h
index c68ba5d2..ce0f91c3 100644
--- a/dev/Kernel/StorageKit/AHCI.h
+++ b/dev/Kernel/StorageKit/AHCI.h
@@ -31,6 +31,7 @@ namespace NeOS
{
return this->fPortsImplemented;
}
+
Void SetPi(const UInt16& pi)
{
MUST_PASS(pi > 0);
@@ -41,6 +42,7 @@ namespace NeOS
{
return this->fDriveIndex;
}
+
Void SetIndex(const UInt32& drv)
{
this->fDriveIndex = drv;
@@ -52,6 +54,6 @@ namespace NeOS
UInt32 fDriveIndex{0U};
};
- Bool sk_init_ahci_device(BOOL atapi);
+ UInt16 sk_init_ahci_device(BOOL atapi);
AHCIDeviceInterface sk_acquire_ahci_device(Int32 drv_index);
} // namespace NeOS