summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 15:34:19 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-14 15:34:19 +0100
commit6eaccbeb057d4080c9b44fddc32e4c284225ee65 (patch)
tree5b15b953f902609a59f4b997f530405c063d1bcd /include
parentaaec2471dc7dee11d653ee89f893cc7de2d1a803 (diff)
[CHORE] Update system headers, final changes for the structure.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/httpsrv/.keep0
-rw-r--r--include/maildel/.keep0
-rw-r--r--include/ne_system/Drivers/DDK.h (renamed from include/Drivers/DDK.h)2
-rw-r--r--include/ne_system/Drivers/Detail/Config.h (renamed from include/Drivers/Config.h)0
-rw-r--r--include/ne_system/System/Detail/Config.h (renamed from include/System/Config.h)0
-rw-r--r--include/ne_system/System/NeSystem.h (renamed from include/System/NeSystem.h)6
-rw-r--r--include/ne_system/System/WindowSystems/Wayland.h (renamed from include/System/Wayland.h)0
-rw-r--r--include/ne_system/System/WindowSystems/X11.h (renamed from include/System/X11.h)0
-rw-r--r--include/ne_system/sdk_map4
9 files changed, 8 insertions, 4 deletions
diff --git a/include/httpsrv/.keep b/include/httpsrv/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/include/httpsrv/.keep
diff --git a/include/maildel/.keep b/include/maildel/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/include/maildel/.keep
diff --git a/include/Drivers/DDK.h b/include/ne_system/Drivers/DDK.h
index f8a96ac..7a46c8b 100644
--- a/include/Drivers/DDK.h
+++ b/include/ne_system/Drivers/DDK.h
@@ -6,6 +6,6 @@
#ifndef _NE_DDK_DDK_H_
#define _NE_DDK_DDK_H_
-#include <Drivers/Config.h>
+#include <Drivers/Detail/Config.h>
#endif // _NE_DDK_DDK_H_
diff --git a/include/Drivers/Config.h b/include/ne_system/Drivers/Detail/Config.h
index cb788d6..cb788d6 100644
--- a/include/Drivers/Config.h
+++ b/include/ne_system/Drivers/Detail/Config.h
diff --git a/include/System/Config.h b/include/ne_system/System/Detail/Config.h
index 474a107..474a107 100644
--- a/include/System/Config.h
+++ b/include/ne_system/System/Detail/Config.h
diff --git a/include/System/NeSystem.h b/include/ne_system/System/NeSystem.h
index 832db9e..3652678 100644
--- a/include/System/NeSystem.h
+++ b/include/ne_system/System/NeSystem.h
@@ -8,7 +8,7 @@
#define _NE_SYSTEM 202603L
-#include <System/Config.h>
+#include <System/Detail/Config.h>
/// @brief POSIX wrapper API
#include <libPOSIXWrapper/POSIXKit/unistd.h>
@@ -23,11 +23,11 @@
#include <libSoundSystem/SoundSystemKit/VirtualMixer.h>
#ifdef _NE_NEED_X11
-#include <System/X11.h>
+#include <System/WindowSystems/X11.h>
#endif
#ifdef _NE_NEED_WAYLAND
-#include <System/Wayland.h>
+#include <System/WindowSystems/Wayland.h>
#endif
#endif // _SYSTEM_NE_SYSTEM_H_
diff --git a/include/System/Wayland.h b/include/ne_system/System/WindowSystems/Wayland.h
index 2b4afe5..2b4afe5 100644
--- a/include/System/Wayland.h
+++ b/include/ne_system/System/WindowSystems/Wayland.h
diff --git a/include/System/X11.h b/include/ne_system/System/WindowSystems/X11.h
index 3f4d318..3f4d318 100644
--- a/include/System/X11.h
+++ b/include/ne_system/System/WindowSystems/X11.h
diff --git a/include/ne_system/sdk_map b/include/ne_system/sdk_map
new file mode 100644
index 0000000..da79ef9
--- /dev/null
+++ b/include/ne_system/sdk_map
@@ -0,0 +1,4 @@
+[DDK]
+Drivers
+[User]
+System \ No newline at end of file