summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/efi/efi_wrap.h
blob: 2747a9e3330c1c32f8ac5a830428e834100d058d (plain) (tree)
1
2
3
4
5
6
7
8
9







                        
                                       

                         
 
                                                
                                           

                             
#ifndef _IPXE_EFI_WRAP_H
#define _IPXE_EFI_WRAP_H

/** @file
 *
 * EFI driver interface
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/efi/efi.h>

extern EFI_BOOT_SERVICES * efi_wrap_bs ( void );
extern void efi_wrap ( EFI_HANDLE handle );

#endif /* _IPXE_EFI_WRAP_H */