diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 09:33:35 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-15 09:34:51 +0100 |
| commit | fd27d5f1e4176926d613005f30feb209375d97ea (patch) | |
| tree | a18b18718b77ca9248f56936a3cef0112c24ce51 /dev/Mod | |
| parent | 0db25895168df6ebb9bd8781e3ffd83d3323b398 (diff) | |
Impl and Patches:
- Private tools directory.
- SCI gets new API.
- Window Manager library.
- Steps version 2.
- Patch 'open' command.
- ATA.h fixes.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Mod')
| -rw-r--r-- | dev/Mod/ATA/ATA.h | 5 |
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 |
