[efi] Identify autoboot device by MAC address when chainloading

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-07-08 00:35:49 +01:00
parent 00c745e5ff
commit bcfd3dea1d
3 changed files with 89 additions and 0 deletions

View File

@@ -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 */