diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 11:55:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-10 11:55:45 +0100 |
| commit | ba62ace9809d7f24db014753ea7f9a56c58454d0 (patch) | |
| tree | b7f57fbbb3520525386b90894d4e414973681e0e | |
| parent | d40bd3572e6263e1a5779ebf985e3bff60c1bdb8 (diff) | |
[CHORE] Update Ne.h include for Drivers/ directory.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | include/Drivers/Ne.h | 6 | ||||
| -rw-r--r-- | src/reference/SDK.md | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h index 21135f1..cee3ab3 100644 --- a/include/Drivers/Ne.h +++ b/include/Drivers/Ne.h @@ -2,5 +2,9 @@ // Licensed under the Apache License, Version 2.0 (see LICENSE file) // Official repository: https://github.com/ne-foss-org/src -#pragma once +#ifndef _NE_DDK_H_ +#define _NE_DDK_H_ +#include <libDDK/DriverKit/DriverKit.h> + +#endif diff --git a/src/reference/SDK.md b/src/reference/SDK.md index 82f854a..86dda20 100644 --- a/src/reference/SDK.md +++ b/src/reference/SDK.md @@ -1,2 +1,3 @@ # Getting Started: The SDK. +The SDK resides in /include/, and contains both the DDK and NeKernel SDK. |
