From 6eaccbeb057d4080c9b44fddc32e4c284225ee65 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 14 Mar 2026 15:34:19 +0100 Subject: [CHORE] Update system headers, final changes for the structure. Signed-off-by: Amlal El Mahrouss --- include/Drivers/Config.h | 19 ------------------- include/Drivers/DDK.h | 11 ----------- 2 files changed, 30 deletions(-) delete mode 100644 include/Drivers/Config.h delete mode 100644 include/Drivers/DDK.h (limited to 'include/Drivers') diff --git a/include/Drivers/Config.h b/include/Drivers/Config.h deleted file mode 100644 index cb788d6..0000000 --- a/include/Drivers/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 - -#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 deleted file mode 100644 index f8a96ac..0000000 --- a/include/Drivers/DDK.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_DDK_H_ -#define _NE_DDK_DDK_H_ - -#include - -#endif // _NE_DDK_DDK_H_ -- cgit v1.2.3