From d40bd3572e6263e1a5779ebf985e3bff60c1bdb8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 10 Mar 2026 11:52:02 +0100 Subject: [CHORE] Update include headers of the NeSystem. Signed-off-by: Amlal El Mahrouss --- include/Drivers/Ne.h | 6 ++++++ include/System/Ne.h | 17 +++++++++++++++-- include/System/X11+Fwd.h | 11 +++++------ 3 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 include/Drivers/Ne.h (limited to 'include') diff --git a/include/Drivers/Ne.h b/include/Drivers/Ne.h new file mode 100644 index 0000000..21135f1 --- /dev/null +++ b/include/Drivers/Ne.h @@ -0,0 +1,6 @@ +// 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 + diff --git a/include/System/Ne.h b/include/System/Ne.h index 7b54607..9bacc81 100644 --- a/include/System/Ne.h +++ b/include/System/Ne.h @@ -1,8 +1,21 @@ // 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 +// Official repository: https://github.com/ne-foss-org/ne_system -#pragma once +#ifndef _NE_H_ +#define _NE_H_ + +#define _NE_SYSTEM 202603L #include + +// POSIX wrapper +#include +// IPC +#include +// System calls #include +// Sound mixer +#include + +#endif // !_NE_H_ diff --git a/include/System/X11+Fwd.h b/include/System/X11+Fwd.h index 4de1193..e18136c 100644 --- a/include/System/X11+Fwd.h +++ b/include/System/X11+Fwd.h @@ -4,12 +4,11 @@ #pragma once +// NeSystem Header. #include -/// @brief This file forward declares X11 types. - -typedef SInt32 WINDOW; -typedef SInt32 CURSOR; -typedef SInt32 FONT; - +// Defs of the X11 protocol. +#include +// XDG' extensions of the X11 protocol. +#include -- cgit v1.2.3