summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/include/ipxe/efi/efi_autoboot.h
blob: d4a26850cca36fb1c82be547f471f2bf06421635 (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 );

extern void efi_set_autoboot ( void );

#endif /* _IPXE_EFI_AUTOBOOT_H */