Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / include / ipxe / efi / efi_wrap.h
1 #ifndef _IPXE_EFI_WRAP_H
2 #define _IPXE_EFI_WRAP_H
3
4 /** @file
5  *
6  * EFI driver interface
7  */
8
9 FILE_LICENCE ( GPL2_OR_LATER );
10
11 #include <ipxe/efi/efi.h>
12
13 extern void efi_wrap ( EFI_HANDLE handle );
14
15 #endif /* _IPXE_EFI_WRAP_H */