diff options
Diffstat (limited to 'dev/Kernel/StorageKit')
| -rw-r--r-- | dev/Kernel/StorageKit/AHCI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/StorageKit/AHCI.h b/dev/Kernel/StorageKit/AHCI.h index 12ca19d9..2eb0912b 100644 --- a/dev/Kernel/StorageKit/AHCI.h +++ b/dev/Kernel/StorageKit/AHCI.h @@ -54,6 +54,6 @@ namespace NeOS UInt32 fDriveIndex{0U}; }; - UInt16 sk_init_ahci_device(BOOL atapi); - AHCIDeviceInterface sk_acquire_ahci_device(Int32 drv_index); + UInt16 sk_init_ahci_device(BOOL atapi); + ErrorOr<AHCIDeviceInterface> sk_acquire_ahci_device(Int32 drv_index); } // namespace NeOS |
