mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 21:41:43 +03:00
[efi] Allow for .efidrv images as well as .efi images
Merge in the changes that allow for building EFI driver images (that can be loaded using the EFI shell's "load" command) as well as EFI applications.
This commit is contained in:
@@ -126,5 +126,6 @@ extern EFI_SYSTEM_TABLE *efi_systab;
|
||||
extern const char * efi_strerror ( EFI_STATUS efirc );
|
||||
extern EFI_STATUS efi_init ( EFI_HANDLE image_handle,
|
||||
EFI_SYSTEM_TABLE *systab );
|
||||
extern int efi_snp_install ( void );
|
||||
|
||||
#endif /* _EFI_H */
|
||||
|
||||
Reference in New Issue
Block a user