blob: 8be94f4337a4a28ad56a9cfaeea686cde87fc955 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// 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>
|