From 863ff1367e914e5e45ec866feb2ff9babfc51a98 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 13 Mar 2026 21:35:13 +0100 Subject: [CHORE] Update the NeSystem architecture. Signed-off-by: Amlal El Mahrouss --- include/Drivers/NeSystem.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 include/Drivers/NeSystem.h (limited to 'include/Drivers/NeSystem.h') diff --git a/include/Drivers/NeSystem.h b/include/Drivers/NeSystem.h new file mode 100644 index 0000000..fe042fa --- /dev/null +++ b/include/Drivers/NeSystem.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_H_ +#define _NE_DDK_H_ + +#include + +#endif -- cgit v1.2.3