mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[efi] Identify autoboot device by MAC address when chainloading
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
14
src/include/ipxe/efi/efi_autoboot.h
Normal file
14
src/include/ipxe/efi/efi_autoboot.h
Normal 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 */
|
||||
Reference in New Issue
Block a user