diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-09 21:28:04 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-09-09 21:28:04 +0200 |
| commit | b1e3dac861c0d6c28bdb7768d7f96f19456e9ad0 (patch) | |
| tree | 7868c5e081e86f72ec0203f3c8b1ed4bcb9b1598 /dev/launch/LaunchKit | |
| parent | 42832ec1b72baf244a1290ccf747b79db0caa69f (diff) | |
feat:! ddk/dki, ne_launch, ifs: Big architectural changes and
improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/launch/LaunchKit')
| -rw-r--r-- | dev/launch/LaunchKit/LaunchKit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h index 1a134e8f..2fa9607b 100644 --- a/dev/launch/LaunchKit/LaunchKit.h +++ b/dev/launch/LaunchKit/LaunchKit.h @@ -14,5 +14,7 @@ #define NELAUNCH_INFO(MSG) PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG) #define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG) +namespace Launch { using LaunchHandle = VoidPtr; using KernelStatus = SInt32; +} // namespace Launch |
