diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 05:48:29 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 05:48:46 +0100 |
| commit | 86f6e1f05a441cf4748850c119fd2600ebba6323 (patch) | |
| tree | 2722592c9dad7cc252736c97425fcb4268d0ab9b /src/kernel/KernelKit/DriveMgr.h | |
| parent | 19f7b324515cb49b6951f5e14882f4c24b74b6a7 (diff) | |
[CHORE] Added _POSIX_SOURCE and _XOPEN_SOURCE macros.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/KernelKit/DriveMgr.h')
| -rw-r--r-- | src/kernel/KernelKit/DriveMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/DriveMgr.h b/src/kernel/KernelKit/DriveMgr.h index 5abb7518..0f0673dd 100644 --- a/src/kernel/KernelKit/DriveMgr.h +++ b/src/kernel/KernelKit/DriveMgr.h @@ -155,7 +155,7 @@ DriveTrait io_construct_blank_drive(Void); /// @brief Fetches the main drive. /// @param trait the new drive as a trait. Void io_construct_main_drive(DriveTrait& trait); - + namespace Detect { Void io_detect_drive(DriveTrait& trait); } |
