From 3cff905a04b839dca1755bb5ba54bce2aa5b21ab Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Feb 2026 06:06:46 +0100 Subject: chore: update sysroot includes. Signed-off-by: Amlal El Mahrouss --- include/system/config.h.in | 17 +++++++++++++++++ include/system/config.hpp.in | 16 ---------------- include/system/ne_kernel.h.in | 8 ++++++++ include/system/ne_kernel.hpp.in | 8 -------- 4 files changed, 25 insertions(+), 24 deletions(-) create mode 100644 include/system/config.h.in delete mode 100644 include/system/config.hpp.in create mode 100644 include/system/ne_kernel.h.in delete mode 100644 include/system/ne_kernel.hpp.in diff --git a/include/system/config.h.in b/include/system/config.h.in new file mode 100644 index 0000000..2ae8163 --- /dev/null +++ b/include/system/config.h.in @@ -0,0 +1,17 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/src + +#pragma once + +#define _ARCH @_ARCH_VER@ +#define _SUBSYSTEM_NET @_NET_VER@ +#define _SUBSYSTEM_DDK @_DDK_VER@ +#define _SUBSYSTEM_SYS @_SYS_VER@ +#define _NEKERNEL @_NEKERNEL_VER@ + +class @_ARCH_VTERMINAL@; +class @_ARCH_VDEVICE@; +class @_ARCH_VSOCKET@; +class @_ARCH_VFILE@; + diff --git a/include/system/config.hpp.in b/include/system/config.hpp.in deleted file mode 100644 index 1b22387..0000000 --- a/include/system/config.hpp.in +++ /dev/null @@ -1,16 +0,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/nekernel-org/src - -#pragma once - -#include @_TYPES_INCLUDE@ - -#define _ARCH @_ARCH_VER@ -#define _SUBSYSTEM_NET @_NET_VER@ -#define _SUBSYSTEM_DDK @_DDK_VER@ -#define _SUBSYSTEM_SYS @_SYS_VER@ -#define _NEKERNEL @_NEKERNEL_VER@ - - - diff --git a/include/system/ne_kernel.h.in b/include/system/ne_kernel.h.in new file mode 100644 index 0000000..dc5317b --- /dev/null +++ b/include/system/ne_kernel.h.in @@ -0,0 +1,8 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/nekernel-org/src + +#pragma once + +#include +#include diff --git a/include/system/ne_kernel.hpp.in b/include/system/ne_kernel.hpp.in deleted file mode 100644 index 1cdc33c..0000000 --- a/include/system/ne_kernel.hpp.in +++ /dev/null @@ -1,8 +0,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/nekernel-org/src - -#pragma once - -#include -#include @_NEKERNEL_SYSTEMKIT_PATH@ -- cgit v1.2.3