diff options
Diffstat (limited to 'src/boot/modules/BootNet/BootNet.h')
| -rw-r--r-- | src/boot/modules/BootNet/BootNet.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/boot/modules/BootNet/BootNet.h b/src/boot/modules/BootNet/BootNet.h new file mode 100644 index 00000000..9fe1a186 --- /dev/null +++ b/src/boot/modules/BootNet/BootNet.h @@ -0,0 +1,12 @@ +/* + * ======================================================== + * + * BootNet + * Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + * + * ======================================================== + */ + +#pragma once + +#include <FirmwareKit/NeBoot/BootNet.h> |
