mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[efi] Improve efi_wrap debugging
Add debug wrappers for more boot services functions, and print symbolic values rather than raw numbers where possible. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -202,6 +202,10 @@ extern EFI_SYSTEM_TABLE *efi_systab;
|
||||
|
||||
extern const __attribute__ (( pure )) char * efi_guid_ntoa ( EFI_GUID *guid );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_locate_search_type_name ( EFI_LOCATE_SEARCH_TYPE search_type );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_open_attributes_name ( unsigned int attributes );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_handle_name ( EFI_HANDLE handle );
|
||||
|
||||
Reference in New Issue
Block a user