From 1c67d9655979b48a71fd3a9ba087142ed1bb28ea Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 7 Oct 2024 02:47:43 +0000 Subject: IMP: User.cxx, make hashing stronger. IMP: NVME.hxx, add documentation. IMP: LTE.hxx, adding new function to manipulate SIM card filesystem. --- dev/modules/AHCI/AHCI.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev/modules/AHCI') 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 #include -// 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 */ -- cgit v1.2.3