summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-13 21:38:08 +0100
committerGitHub <noreply@github.com>2026-03-13 21:38:08 +0100
commit945183fc0b4574cc8b2da74693c5fb5705f2e408 (patch)
tree3dd671908f8398394a7763468b8c01d66d6c8a82 /include
parent1aad3e2aa11cd56fc12d0e1e5d398921d7cef911 (diff)
parente5b489379594410ac20f293fd4d35ee494fed3d3 (diff)
Merge pull request #11 from ne-foss-org/ne_system-new-architecture
[FEAT] Ne system new architecture
Diffstat (limited to 'include')
-rw-r--r--include/Drivers/NeSystem.h (renamed from include/Drivers/Ne.h)0
-rw-r--r--include/System/Wayland.h14
-rw-r--r--include/System/X11+Fwd.h2
3 files changed, 16 insertions, 0 deletions
diff --git a/include/Drivers/Ne.h b/include/Drivers/NeSystem.h
index fe042fa..fe042fa 100644
--- a/include/Drivers/Ne.h
+++ b/include/Drivers/NeSystem.h
diff --git a/include/System/Wayland.h b/include/System/Wayland.h
new file mode 100644
index 0000000..3c7cfb0
--- /dev/null
+++ b/include/System/Wayland.h
@@ -0,0 +1,14 @@
+// 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_WAYLAND_H_
+#define _NE_WAYLAND_H_
+
+#define _NE_WAYLAND_SYSTEM 202603L
+
+#include <System/X11+Fwd.h>
+
+
+#endif \ No newline at end of file
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h
index 5d30d9c..f06a3f4 100644
--- a/include/System/X11+Fwd.h
+++ b/include/System/X11+Fwd.h
@@ -6,6 +6,8 @@
#ifndef _NE_X11_H_
#define _NE_X11_H_
+#define _NE_X11_SYSTEM 202603L
+
// NeSystem Header.
#include <System/NeSystem.h>