From 29ef359b3cb1cf18ca17e9253602b56e84f2cc33 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 13 Mar 2026 05:48:42 +0100 Subject: [FEAT] Breaking API changes, rework API design. Signed-off-by: Amlal El Mahrouss --- include/System/NeSystem.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 include/System/NeSystem.h (limited to 'include/System/NeSystem.h') 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 + +// POSIX wrapper API +#include +// IPC API +#include +// System calls API +#include +// Sound mixer API +#include + +#ifdef _NE_NEED_X11 +#include +#endif + +#endif // !_NE_SYSTEM_H_ -- cgit v1.2.3