aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi/efi_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/efi/efi_shim.h')
-rw-r--r--src/include/ipxe/efi/efi_shim.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/efi_shim.h b/src/include/ipxe/efi/efi_shim.h
index 4a44a4f..bf35adc 100644
--- a/src/include/ipxe/efi/efi_shim.h
+++ b/src/include/ipxe/efi/efi_shim.h
@@ -17,7 +17,8 @@ extern int efi_shim_allow_pxe;
extern struct image_tag efi_shim __image_tag;
extern struct image_tag efi_shim_crutch __image_tag;
-extern int efi_shim_install ( EFI_HANDLE handle );
+extern int efi_shim_install ( struct image *shim, EFI_HANDLE handle,
+ wchar_t **cmdline );
extern void efi_shim_uninstall ( void );
#endif /* _IPXE_EFI_SHIM_H */