diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:38:33 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 21:38:33 -0500 |
| commit | b456c928fecf78157270b052e441a427f06afdda (patch) | |
| tree | 2dbea485a392789fc67aa590f8a7afb9f263be3c /src/modules/NVME | |
| parent | bb303088aa2ed0693e19e93158155dd85783ce76 (diff) | |
feat: kernel: Introduce Vet.h, better Ref.h, and more improved containers for better kernel code.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/modules/NVME')
| -rw-r--r-- | src/modules/NVME/NVME.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/NVME/NVME.h b/src/modules/NVME/NVME.h index 9ad8a3ce..ee9002d4 100644 --- a/src/modules/NVME/NVME.h +++ b/src/modules/NVME/NVME.h @@ -5,14 +5,14 @@ Revision History: ??/??/24: Added file (amlel) - 23 Jul 24: Update filename to Defines.h and using NE_ALIGN_NVME for NVME structs. (amlel) + 23 Jul 24: Update filename to Config.h and using NE_ALIGN_NVME for NVME structs. (amlel) ======================================== */ #ifndef __MODULE_NVME_H__ #define __MODULE_NVME_H__ -#include <NeKit/Defines.h> +#include <NeKit/Config.h> /// @file NVME.h /// @brief Non Volatile Memory. |
