mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
[efi] Provide efi_tpl_name() for transcribing TPLs in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -273,6 +273,8 @@ extern int efi_shutdown_in_progress;
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_guid_ntoa ( CONST EFI_GUID *guid );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_tpl_name ( EFI_TPL tpl );
|
||||
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 );
|
||||
|
||||
Reference in New Issue
Block a user