diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-08 07:16:47 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-08 07:16:47 +0100 |
| commit | cdb770f646ad620a76928981b8a5a618207fc82c (patch) | |
| tree | 566fc6fd4b064c1a019b0018b8e8f9bbfe45e658 /include/system | |
| parent | 68d88c5968bd690bfd31bd9ad935b13ea23ced7c (diff) | |
[CHORE] System header additions.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/system')
| -rw-r--r-- | include/system/config.h.in | 17 | ||||
| -rw-r--r-- | include/system/ne_kernel.h.in | 8 |
2 files changed, 0 insertions, 25 deletions
diff --git a/include/system/config.h.in b/include/system/config.h.in deleted file mode 100644 index 749261e..0000000 --- a/include/system/config.h.in +++ /dev/null @@ -1,17 +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/ne-foss-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/ne_kernel.h.in b/include/system/ne_kernel.h.in deleted file mode 100644 index 97bc534..0000000 --- a/include/system/ne_kernel.h.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/ne-foss-org/src - -#pragma once - -#include <system/config.h> -#include <libSystem/SystemKit/System.h> |
