summaryrefslogtreecommitdiffhomepage
path: root/include/System
diff options
context:
space:
mode:
Diffstat (limited to 'include/System')
-rw-r--r--include/System/Config.h19
-rw-r--r--include/System/NeSystem.h26
-rw-r--r--include/System/X11+Fwd.h19
3 files changed, 0 insertions, 64 deletions
diff --git a/include/System/Config.h b/include/System/Config.h
deleted file mode 100644
index 9a7bfb3..0000000
--- a/include/System/Config.h
+++ /dev/null
@@ -1,19 +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 202603
-
-#include <CoreFoundation.fwrk/headers/Foundation.h>
-#include <DiskImage.fwrk/headers/DiskImage.h>
-#include <LaunchHelpers.fwrk/headers/Foundation.h>
-
-
diff --git a/include/System/NeSystem.h b/include/System/NeSystem.h
deleted file mode 100644
index b494db4..0000000
--- a/include/System/NeSystem.h
+++ /dev/null
@@ -1,26 +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 _NE_SYSTEM_H_
-#define _NE_SYSTEM_H_
-
-#define _NE_SYSTEM 202603L
-
-#include <System/Config.h>
-
-// POSIX wrapper API
-#include <libPOSIXWrapper/POSIXKit/unistd.h>
-// IPC API
-#include <libMsg/MsgKit/Server.h>
-// System calls API
-#include <libSystem/SystemKit/System.h>
-// Sound mixer API
-#include <libSoundSystem/SoundSystemKit/VirtualMixer.h>
-
-#ifdef _NE_NEED_X11
-#include <System/X11+Fwd.h>
-#endif
-
-#endif // !_NE_SYSTEM_H_
diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h
deleted file mode 100644
index 5d30d9c..0000000
--- a/include/System/X11+Fwd.h
+++ /dev/null
@@ -1,19 +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 _NE_X11_H_
-#define _NE_X11_H_
-
-// NeSystem Header.
-#include <System/NeSystem.h>
-
-// Defs of the X11 protocol.
-#include <System/X11/Imports.h>
-
-// XDG' extensions of the X11 protocol.
-#include <System/X11/Ext/Imports.h>
-
-#endif
-