summaryrefslogtreecommitdiffhomepage
path: root/include/Drivers/Ne.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 12:06:06 +0100
committerGitHub <noreply@github.com>2026-03-10 12:06:06 +0100
commit3207a534cbb1bbb1a926fc0eecefab2c5541eba8 (patch)
treec95cc94e0f5318415d5dfcd3477c65db071df7b4 /include/Drivers/Ne.h
parent3030eabdfe1333428eb621a4330a54f83f5d2e7b (diff)
parentb04ea5dfdf87f9ad1004ece99d2a85acc5b44a1e (diff)
Merge pull request #8 from ne-foss-org/ne-system-includes
[CHORE] Update include headers of the NeSystem.
Diffstat (limited to 'include/Drivers/Ne.h')
-rw-r--r--include/Drivers/Ne.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h
new file mode 100644
index 0000000..cee3ab3
--- /dev/null
+++ b/include/Drivers/Ne.h
@@ -0,0 +1,10 @@
+// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (see LICENSE file)
+// Official repository: https://github.com/ne-foss-org/src
+
+#ifndef _NE_DDK_H_
+#define _NE_DDK_H_
+
+#include <libDDK/DriverKit/DriverKit.h>
+
+#endif