summaryrefslogtreecommitdiffhomepage
path: root/dev/Mod/ATA
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Mod/ATA')
-rw-r--r--dev/Mod/ATA/ATA.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev/Mod/ATA/ATA.h b/dev/Mod/ATA/ATA.h
index a5189b31..8fdd3150 100644
--- a/dev/Mod/ATA/ATA.h
+++ b/dev/Mod/ATA/ATA.h
@@ -13,8 +13,6 @@
#pragma once
-#ifndef __AHCI__
-
#include <CompilerKit/CompilerKit.h>
#include <NewKit/Defines.h>
@@ -154,5 +152,4 @@ Kernel::SizeT drv_get_sector_count();
/// @brief get device size.
Kernel::SizeT drv_get_size();
-#endif // ifdef __NEOSKRNL__
-#endif // ifndef __ATA_PIO__ || __AHCI__
+#endif // ifdef __NEOSKRNL__ \ No newline at end of file