mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -200,9 +200,11 @@ extern EFI_LOADED_IMAGE_PROTOCOL *efi_loaded_image;
|
||||
extern EFI_DEVICE_PATH_PROTOCOL *efi_loaded_image_path;
|
||||
extern EFI_SYSTEM_TABLE *efi_systab;
|
||||
|
||||
extern const char * efi_guid_ntoa ( EFI_GUID *guid );
|
||||
extern const char * efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path );
|
||||
extern const char * efi_handle_name ( EFI_HANDLE handle );
|
||||
extern const __attribute__ (( pure )) char * efi_guid_ntoa ( EFI_GUID *guid );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_devpath_text ( EFI_DEVICE_PATH_PROTOCOL *path );
|
||||
extern const __attribute__ (( pure )) char *
|
||||
efi_handle_name ( EFI_HANDLE handle );
|
||||
|
||||
extern void dbg_efi_openers ( EFI_HANDLE handle, EFI_GUID *protocol );
|
||||
extern void dbg_efi_protocols ( EFI_HANDLE handle );
|
||||
|
||||
Reference in New Issue
Block a user