From 34f62ae2dd8c77cee1f0f3680caf407b1be6b350 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 22 Feb 2025 08:45:43 +0100 Subject: New DeviceMgr, other APIs have been reworked as a result. AHCI becomes the first module to be available in StorageKit. Signed-off-by: Amlal --- dev/Mod/AHCI/AHCI.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dev/Mod') diff --git a/dev/Mod/AHCI/AHCI.h b/dev/Mod/AHCI/AHCI.h index 3dbed7c2..d729b456 100644 --- a/dev/Mod/AHCI/AHCI.h +++ b/dev/Mod/AHCI/AHCI.h @@ -13,8 +13,6 @@ #pragma once -#if defined(__AHCI__) - #include #include @@ -361,6 +359,4 @@ NeOS::SizeT drv_get_size(); /// @brief Checks if the drive has completed the command. BOOL drv_is_ready(void); -#endif // ifdef __AHCI__ - /* EOF */ -- cgit v1.2.3