diff options
Diffstat (limited to 'include/ne_system/System/Detail')
| -rw-r--r-- | include/ne_system/System/Detail/Config.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/ne_system/System/Detail/Config.h b/include/ne_system/System/Detail/Config.h new file mode 100644 index 0000000..474a107 --- /dev/null +++ b/include/ne_system/System/Detail/Config.h @@ -0,0 +1,20 @@ +// 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 202603L + +#include <CoreFoundation.fwrk/headers/Foundation.h> +#include <DiskImage.fwrk/headers/DiskImage.h> +#include <LaunchHelpers.fwrk/headers/Foundation.h> + + |
