diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 05:48:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 05:48:42 +0100 |
| commit | 29ef359b3cb1cf18ca17e9253602b56e84f2cc33 (patch) | |
| tree | 229fdcae4ca4acadad9169fa258a1ea93616f979 /include/System/NeSystem.h | |
| parent | 36df3998e2da288ff02a6b19a877a07203bb37f3 (diff) | |
[FEAT] Breaking API changes, rework API design.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/System/NeSystem.h')
| -rw-r--r-- | include/System/NeSystem.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/include/System/NeSystem.h b/include/System/NeSystem.h new file mode 100644 index 0000000..b494db4 --- /dev/null +++ b/include/System/NeSystem.h @@ -0,0 +1,26 @@ +// 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_ |
