summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-24 06:06:46 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-24 06:06:46 +0100
commit3cff905a04b839dca1755bb5ba54bce2aa5b21ab (patch)
tree512243929638aa17c75a8c1553a475e86c7f993c /include
parent8962ab4d633417c9c34b79f6e8435071a639d3ad (diff)
chore: update sysroot includes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/system/config.h.in (renamed from include/system/config.hpp.in)7
-rw-r--r--include/system/ne_kernel.h.in (renamed from include/system/ne_kernel.hpp.in)2
2 files changed, 5 insertions, 4 deletions
diff --git a/include/system/config.hpp.in b/include/system/config.h.in
index 1b22387..2ae8163 100644
--- a/include/system/config.hpp.in
+++ b/include/system/config.h.in
@@ -4,13 +4,14 @@
#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@
-
+class @_ARCH_VTERMINAL@;
+class @_ARCH_VDEVICE@;
+class @_ARCH_VSOCKET@;
+class @_ARCH_VFILE@;
diff --git a/include/system/ne_kernel.hpp.in b/include/system/ne_kernel.h.in
index 1cdc33c..dc5317b 100644
--- a/include/system/ne_kernel.hpp.in
+++ b/include/system/ne_kernel.h.in
@@ -5,4 +5,4 @@
#pragma once
#include <system/config.hpp>
-#include @_NEKERNEL_SYSTEMKIT_PATH@
+#include <libSystem/SystemKit/System.h>