mirror of
https://github.com/ipxe/ipxe
synced 2026-01-22 03:32:59 +03:00
[efi] Wrap a selection of runtime services calls
Allow DEBUG=efi_wrap to trace various runtime services calls as well as the existing boot services calls. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -11,6 +11,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#include <ipxe/efi/efi.h>
|
||||
|
||||
extern void efi_wrap_bs ( EFI_BOOT_SERVICES *wrapped );
|
||||
extern void efi_wrap_rs ( EFI_RUNTIME_SERVICES *wrapped );
|
||||
extern void efi_wrap_systab ( int global );
|
||||
extern void efi_unwrap ( void );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user