summaryrefslogtreecommitdiffhomepage
path: root/src/boot/modules
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 10:08:33 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-26 10:08:33 +0100
commit9e746d42d2e3faa526f12ba222f5ee6924dd30f9 (patch)
tree7f1a83f69562a2725bb9cda27c31d120640d2c1c /src/boot/modules
parent731758b271233b9c11052001ffc20a5a2ca1f365 (diff)
feat! breaking API changes, use header guards and libSystem fixes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/boot/modules')
-rw-r--r--src/boot/modules/BootNet/BootNet.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/boot/modules/BootNet/BootNet.h b/src/boot/modules/BootNet/BootNet.h
index 9fe1a186..b8498608 100644
--- a/src/boot/modules/BootNet/BootNet.h
+++ b/src/boot/modules/BootNet/BootNet.h
@@ -7,6 +7,9 @@
* ========================================================
*/
-#pragma once
+#ifndef BOOTNET_BOOTNET_H
+#define BOOTNET_BOOTNET_H
#include <FirmwareKit/NeBoot/BootNet.h>
+
+#endif