diff options
| author | Michael Brown | 2009-01-08 00:43:26 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-01-08 00:43:26 +0100 |
| commit | 765efac771c07c38c27d971602d8c8c2becf0821 (patch) | |
| tree | 9802e7e1285e5d2b232576875a043fbc893c6e5c /src/include | |
| parent | [efi] Use elf2efi utility in place of efilink (diff) | |
| download | ipxe-765efac771c07c38c27d971602d8c8c2becf0821.tar.gz ipxe-765efac771c07c38c27d971602d8c8c2becf0821.tar.xz ipxe-765efac771c07c38c27d971602d8c8c2becf0821.zip | |
[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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/efi/efi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/efi/efi.h b/src/include/gpxe/efi/efi.h index 2f9951419..c7f63b6c7 100644 --- a/src/include/gpxe/efi/efi.h +++ b/src/include/gpxe/efi/efi.h @@ -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 */ |
