summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2014-07-08 01:35:49 +0200
committerMichael Brown2014-07-08 01:37:31 +0200
commitbcfd3dea1d6a3ecee1336eca0682791c8dc3777c (patch)
treef7cdbb212182e44a87e3a38e9d8ab105de16f371 /src/include/ipxe
parent[autoboot] Allow autoboot device to be identified by link-layer address (diff)
downloadipxe-bcfd3dea1d6a3ecee1336eca0682791c8dc3777c.tar.gz
ipxe-bcfd3dea1d6a3ecee1336eca0682791c8dc3777c.tar.xz
ipxe-bcfd3dea1d6a3ecee1336eca0682791c8dc3777c.zip
[efi] Identify autoboot device by MAC address when chainloading
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/efi/efi_autoboot.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/ipxe/efi/efi_autoboot.h b/src/include/ipxe/efi/efi_autoboot.h
new file mode 100644
index 00000000..d4a26850
--- /dev/null
+++ b/src/include/ipxe/efi/efi_autoboot.h
@@ -0,0 +1,14 @@
+#ifndef _IPXE_EFI_AUTOBOOT_H
+#define _IPXE_EFI_AUTOBOOT_H
+
+/** @file
+ *
+ * EFI autoboot device
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER );
+
+extern void efi_set_autoboot ( void );
+
+#endif /* _IPXE_EFI_AUTOBOOT_H */