From 765efac771c07c38c27d971602d8c8c2becf0821 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 7 Jan 2009 23:43:26 +0000 Subject: [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. --- src/include/gpxe/efi/efi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522