diff options
| author | Amlal El Mahrouss <zka-holder@mahrouss-logic.com> | 2024-10-07 02:47:43 +0000 |
|---|---|---|
| committer | Amlal El Mahrouss <zka-holder@mahrouss-logic.com> | 2024-10-07 02:47:43 +0000 |
| commit | 1c67d9655979b48a71fd3a9ba087142ed1bb28ea (patch) | |
| tree | c8f443887364aee7a7d29c7143de4c9e115ebc8c /dev/modules/AHCI | |
| parent | 95bbfd872a311bafa0071880c577ec5b94810957 (diff) | |
IMP: User.cxx, make hashing stronger.
IMP: NVME.hxx, add documentation.
IMP: LTE.hxx, adding new function to manipulate SIM card filesystem.
Diffstat (limited to 'dev/modules/AHCI')
| -rw-r--r-- | dev/modules/AHCI/AHCI.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/modules/AHCI/AHCI.hxx b/dev/modules/AHCI/AHCI.hxx index dd9806db..25fd9b6e 100644 --- a/dev/modules/AHCI/AHCI.hxx +++ b/dev/modules/AHCI/AHCI.hxx @@ -16,7 +16,7 @@ #include <NewKit/Defines.hxx> #include <modules/ACPI/ACPI.hxx> -// Forward declarations of structs. +/// @note Forward declarations of structs. #define kAHCISectorSize (512U) @@ -328,8 +328,6 @@ typedef struct HbaCmdTbl final struct HbaPrdtEntry prdtEntries[1]; // Physical region descriptor table entries, 0 ~ 65535 } HbaCmdTbl; -/* EOF */ - #if defined(__AHCI__) /// @brief Initializes an AHCI disk. @@ -367,4 +365,6 @@ Kernel::SizeT drv_get_sector_count(); /// @brief get device size. Kernel::SizeT drv_get_size(); -#endif // ifdef __NEWOSKRNL__ +#endif // ifdef __AHCI__ + +/* EOF */ |
