summaryrefslogtreecommitdiffhomepage
path: root/src/coreboot-bootnet.c
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-28 20:29:16 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-03-28 20:29:38 +0100
commitfcc66b0fa04b25b206e702110ed652fd4c113823 (patch)
tree0ea6fca5769e5fd14ce199eaf2b37bfe7cab2ce6 /src/coreboot-bootnet.c
parent154b4163d7c19aa86d3e47a78de9111d37f7f307 (diff)
fw: replace netboot with bootnet.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/coreboot-bootnet.c')
-rw-r--r--src/coreboot-bootnet.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/coreboot-bootnet.c b/src/coreboot-bootnet.c
new file mode 100644
index 0000000..687edd9
--- /dev/null
+++ b/src/coreboot-bootnet.c
@@ -0,0 +1,7 @@
+/* -------------------------------------------
+
+ Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.
+
+------------------------------------------- */
+
+#include <lib/bootnet.h>