aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/efi/efi_wrap.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2014-08-29 13:10:18 +0100
committerMichael Brown <mcb30@ipxe.org>2014-08-29 13:10:18 +0100
commit0cc2f42f467e27945070a4036a6a1f928bc7018f (patch)
tree01c32a6d5c77eb906547a875701473e29bba6e85 /src/include/ipxe/efi/efi_wrap.h
parent2cb95c902859a59a17123d42097cbe663e6ee62e (diff)
downloadipxe-0cc2f42f467e27945070a4036a6a1f928bc7018f.zip
ipxe-0cc2f42f467e27945070a4036a6a1f928bc7018f.tar.gz
ipxe-0cc2f42f467e27945070a4036a6a1f928bc7018f.tar.bz2
[efi] Wrap any images loaded by our wrapped image
Propagate our modified EFI system table to any images loaded by the image that we wrap, thereby allowing us to observe boot services calls made by all subsequent EFI images. Also show details of intercepted ExitBootServices() calls. When wrapping is used, exiting boot services will almost certainly fail, but this at least allows us to see when it happens. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/efi_wrap.h')
-rw-r--r--src/include/ipxe/efi/efi_wrap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/ipxe/efi/efi_wrap.h b/src/include/ipxe/efi/efi_wrap.h
index 1d92a04..7579e0f 100644
--- a/src/include/ipxe/efi/efi_wrap.h
+++ b/src/include/ipxe/efi/efi_wrap.h
@@ -9,8 +9,7 @@
FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/efi/efi.h>
-#include <ipxe/efi/Protocol/LoadedImage.h>
-extern void efi_wrap ( EFI_HANDLE handle, EFI_LOADED_IMAGE_PROTOCOL *loaded );
+extern void efi_wrap ( EFI_HANDLE handle );
#endif /* _IPXE_EFI_WRAP_H */