diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-15 13:26:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-15 13:26:42 +0100 |
| commit | 8681147fd7e1925a08a38b2ce5a8f502d9e0f506 (patch) | |
| tree | 517fda8f7347e896f20396716b57b6bfe2bad077 /include/System/Config.h | |
| parent | 15fe1319df5ee11ffec4b730026a2dba9e7ab7a8 (diff) | |
| parent | 6eaccbeb057d4080c9b44fddc32e4c284225ee65 (diff) | |
Merge branch 'develop' of github.com:ne-foss-org/ne_system into develop
Diffstat (limited to 'include/System/Config.h')
| -rw-r--r-- | include/System/Config.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/System/Config.h b/include/System/Config.h deleted file mode 100644 index 9a7bfb3..0000000 --- a/include/System/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 - -#pragma once - -#define _ARCH __ne_arch - -#define _SUBSYSTEM_NET 0x1000 -#define _SUBSYSTEM_DDK 0x1000 -#define _SUBSYSTEM_SYS 0x1000 -#define _NEKERNEL 202603 - -#include <CoreFoundation.fwrk/headers/Foundation.h> -#include <DiskImage.fwrk/headers/DiskImage.h> -#include <LaunchHelpers.fwrk/headers/Foundation.h> - - |
