diff options
Diffstat (limited to 'dev/Mod')
| -rw-r--r-- | dev/Mod/AHCI/AHCI.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 <NewKit/Defines.h> #include <Mod/ACPI/ACPI.h> @@ -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 */ |
