Code Review
/
kvmfornfv.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "These changes are the raw update to qemu-2.6."
[kvmfornfv.git]
/
qemu
/
roms
/
ipxe
/
src
/
include
/
ipxe
/
efi
/
efi_autoboot.h
1
#ifndef _IPXE_EFI_AUTOBOOT_H
2
#define _IPXE_EFI_AUTOBOOT_H
3
4
/** @file
5
*
6
* EFI autoboot device
7
*
8
*/
9
10
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
11
12
extern void efi_set_autoboot ( void );
13
14
#endif /* _IPXE_EFI_AUTOBOOT_H */