diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:34:19 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-14 15:34:19 +0100 |
| commit | 6eaccbeb057d4080c9b44fddc32e4c284225ee65 (patch) | |
| tree | 5b15b953f902609a59f4b997f530405c063d1bcd /include/Drivers/Config.h | |
| parent | aaec2471dc7dee11d653ee89f893cc7de2d1a803 (diff) | |
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/Drivers/Config.h')
| -rw-r--r-- | include/Drivers/Config.h | 19 |
1 files changed, 0 insertions, 19 deletions
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 <libDDK/DriverKit/DriverKit.h> - -#endif |
