From aaec2471dc7dee11d653ee89f893cc7de2d1a803 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 14 Mar 2026 15:29:32 +0100 Subject: [CHORE] Update system headers, pre-final changes. Signed-off-by: Amlal El Mahrouss --- include/Drivers/Config.h | 19 +++++++++++++++++++ include/Drivers/DDK.h | 11 +++++++++++ include/Drivers/NeSystem.h | 11 ----------- 3 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 include/Drivers/Config.h create mode 100644 include/Drivers/DDK.h delete mode 100644 include/Drivers/NeSystem.h (limited to 'include/Drivers') diff --git a/include/Drivers/Config.h b/include/Drivers/Config.h new file mode 100644 index 0000000..cb788d6 --- /dev/null +++ b/include/Drivers/Config.h @@ -0,0 +1,19 @@ +// 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_DDK_CONFIG_H_ +#define _NE_DDK_CONFIG_H_ + +#define _ARCH __ne_arch + +#define _SUBSYSTEM_NET 0x1000 +#define _SUBSYSTEM_DDK 0x1000 +#define _SUBSYSTEM_SYS 0x1000 + +#define _NEKERNEL 202603L + +#include + +#endif diff --git a/include/Drivers/DDK.h b/include/Drivers/DDK.h new file mode 100644 index 0000000..f8a96ac --- /dev/null +++ b/include/Drivers/DDK.h @@ -0,0 +1,11 @@ +// 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_DDK_DDK_H_ +#define _NE_DDK_DDK_H_ + +#include + +#endif // _NE_DDK_DDK_H_ diff --git a/include/Drivers/NeSystem.h b/include/Drivers/NeSystem.h deleted file mode 100644 index fe042fa..0000000 --- a/include/Drivers/NeSystem.h +++ /dev/null @@ -1,11 +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_DDK_H_ -#define _NE_DDK_H_ - -#include - -#endif -- cgit v1.2.3