summaryrefslogtreecommitdiffhomepage
path: root/src/boot/modules/BootNet/BootNet.h
blob: b84986086920d8702bba9ff2b1c695de8ec155d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *	========================================================
 *
 *	BootNet
 * 	Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
 *
 * 	========================================================
 */

#ifndef BOOTNET_BOOTNET_H
#define BOOTNET_BOOTNET_H

#include <FirmwareKit/NeBoot/BootNet.h>

#endif