blob: 1d5ddc8c31b4d496501db9783e2b32efd483d488 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef _IPXE_EFI_AUTOBOOT_H
#define _IPXE_EFI_AUTOBOOT_H
/** @file
*
* EFI autoboot device
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
extern void efi_set_autoboot ( void );
#endif /* _IPXE_EFI_AUTOBOOT_H */
|