From bcfd3dea1d6a3ecee1336eca0682791c8dc3777c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 8 Jul 2014 00:35:49 +0100 Subject: [efi] Identify autoboot device by MAC address when chainloading Signed-off-by: Michael Brown --- src/include/ipxe/efi/efi_autoboot.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/include/ipxe/efi/efi_autoboot.h (limited to 'src/include') diff --git a/src/include/ipxe/efi/efi_autoboot.h b/src/include/ipxe/efi/efi_autoboot.h new file mode 100644 index 000000000..d4a26850c --- /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 */ -- cgit v1.2.3-55-g7522