summaryrefslogtreecommitdiffhomepage
path: root/include/Drivers/NeSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Drivers/NeSystem.h')
-rw-r--r--include/Drivers/NeSystem.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/Drivers/NeSystem.h b/include/Drivers/NeSystem.h
new file mode 100644
index 0000000..fe042fa
--- /dev/null
+++ b/include/Drivers/NeSystem.h
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: Apache-2.0
+// 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