diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 20:29:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 20:29:38 +0100 |
| commit | fcc66b0fa04b25b206e702110ed652fd4c113823 (patch) | |
| tree | 0ea6fca5769e5fd14ce199eaf2b37bfe7cab2ce6 /src/coreboot-bootnet.c | |
| parent | 154b4163d7c19aa86d3e47a78de9111d37f7f307 (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.c | 7 |
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> |
