aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/sanboot.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-11-16 22:22:22 +0000
committerMichael Brown <mcb30@ipxe.org>2016-11-16 23:03:37 +0000
commitfd95c780b6ad39ab55344c0e4b9c2125c2c2f5ad (patch)
tree9a6c7415ba176cdd6224a30ca72d3461d572290d /src/include/ipxe/sanboot.h
parent81fceaec6eea05efb942a188c3d92dd73a1a8aa0 (diff)
downloadipxe-fd95c780b6ad39ab55344c0e4b9c2125c2c2f5ad.tar.gz
[efi] Add basic EFI SAN booting capability
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/sanboot.h')
-rw-r--r--src/include/ipxe/sanboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/sanboot.h b/src/include/ipxe/sanboot.h
index 041e18935..c651364cb 100644
--- a/src/include/ipxe/sanboot.h
+++ b/src/include/ipxe/sanboot.h
@@ -54,6 +54,7 @@ struct uri;
/* Include all architecture-independent sanboot API headers */
#include <ipxe/null_sanboot.h>
+#include <ipxe/efi/efi_block.h>
/* Include all architecture-dependent sanboot API headers */
#include <bits/sanboot.h>