From 6eaccbeb057d4080c9b44fddc32e4c284225ee65 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 14 Mar 2026 15:34:19 +0100 Subject: [CHORE] Update system headers, final changes for the structure. Signed-off-by: Amlal El Mahrouss --- include/System/Config.h | 20 -------------------- include/System/NeSystem.h | 33 --------------------------------- include/System/Wayland.h | 13 ------------- include/System/X11.h | 21 --------------------- 4 files changed, 87 deletions(-) delete mode 100644 include/System/Config.h delete mode 100644 include/System/NeSystem.h delete mode 100644 include/System/Wayland.h delete mode 100644 include/System/X11.h (limited to 'include/System') diff --git a/include/System/Config.h b/include/System/Config.h deleted file mode 100644 index 474a107..0000000 --- a/include/System/Config.h +++ /dev/null @@ -1,20 +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 - -#pragma once - -#define _ARCH __ne_arch - -#define _SUBSYSTEM_NET 0x1000 -#define _SUBSYSTEM_DDK 0x1000 -#define _SUBSYSTEM_SYS 0x1000 - -#define _NEKERNEL 202603L - -#include -#include -#include - - diff --git a/include/System/NeSystem.h b/include/System/NeSystem.h deleted file mode 100644 index 832db9e..0000000 --- a/include/System/NeSystem.h +++ /dev/null @@ -1,33 +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/ne_system - -#ifndef _SYSTEM_NE_SYSTEM_H_ -#define _SYSTEM_NE_SYSTEM_H_ - -#define _NE_SYSTEM 202603L - -#include - -/// @brief POSIX wrapper API -#include - -/// @brief IPC API -#include - -/// @brief System calls API -#include - -/// @brief Sound mixer API -#include - -#ifdef _NE_NEED_X11 -#include -#endif - -#ifdef _NE_NEED_WAYLAND -#include -#endif - -#endif // _SYSTEM_NE_SYSTEM_H_ diff --git a/include/System/Wayland.h b/include/System/Wayland.h deleted file mode 100644 index 2b4afe5..0000000 --- a/include/System/Wayland.h +++ /dev/null @@ -1,13 +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 _SYSTEM_NE_WAYLAND_H_ -#define _SYSTEM_NE_WAYLAND_H_ - -#define _NE_WAYLAND_SYSTEM 202603L - -#include - -#endif // _SYSTEM_NE_WAYLAND_H_ \ No newline at end of file diff --git a/include/System/X11.h b/include/System/X11.h deleted file mode 100644 index 3f4d318..0000000 --- a/include/System/X11.h +++ /dev/null @@ -1,21 +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 _SYSTEM_NE_X11_H_ -#define _SYSTEM_NE_X11_H_ - -#define _NE_X11_SYSTEM 202603L - -// NeSystem Header. -#include - -// Defs of the X11 protocol. -#include - -// XDG' extensions of the X11 protocol. -#include - -#endif // _SYSTEM_NE_X11_H_ - -- cgit v1.2.3