From 863ff1367e914e5e45ec866feb2ff9babfc51a98 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 13 Mar 2026 21:35:13 +0100 Subject: [CHORE] Update the NeSystem architecture. Signed-off-by: Amlal El Mahrouss --- include/Drivers/Ne.h | 11 ----------- include/Drivers/NeSystem.h | 11 +++++++++++ include/System/Wayland.h | 14 ++++++++++++++ include/System/X11+Fwd.h | 2 ++ 4 files changed, 27 insertions(+), 11 deletions(-) delete mode 100644 include/Drivers/Ne.h create mode 100644 include/Drivers/NeSystem.h create mode 100644 include/System/Wayland.h (limited to 'include') diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h deleted file mode 100644 index fe042fa..0000000 --- a/include/Drivers/Ne.h +++ /dev/null @@ -1,11 +0,0 @@ -// 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 - -#endif 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 + +#endif 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 + + +#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 -- cgit v1.2.3