diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 21:35:13 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-13 21:35:13 +0100 |
| commit | 863ff1367e914e5e45ec866feb2ff9babfc51a98 (patch) | |
| tree | 3ed4a66893879d5f957ecc357bbfdc869aeef659 /include/Drivers/NeSystem.h | |
| parent | 1aad3e2aa11cd56fc12d0e1e5d398921d7cef911 (diff) | |
[CHORE] Update the NeSystem architecture.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/Drivers/NeSystem.h')
| -rw-r--r-- | include/Drivers/NeSystem.h | 11 |
1 files changed, 11 insertions, 0 deletions
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 <libDDK/DriverKit/DriverKit.h> + +#endif |
