summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2020-09-18 23:49:02 +0200
committerMichael Brown2020-09-19 00:16:46 +0200
commite08ad61bf78b5b9c8448ce0eac58001d617327b5 (patch)
tree9c0647493c56939f79d115b581de8b327c6e9d1c /src/include/ipxe
parent[build] Fix building on older versions of gcc (diff)
downloadipxe-e08ad61bf78b5b9c8448ce0eac58001d617327b5.tar.gz
ipxe-e08ad61bf78b5b9c8448ce0eac58001d617327b5.tar.xz
ipxe-e08ad61bf78b5b9c8448ce0eac58001d617327b5.zip
[efi] Add debug wrappers for all boot services functions of interest
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/efi/efi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/efi.h b/src/include/ipxe/efi/efi.h
index b8777ef47..94925bab8 100644
--- a/src/include/ipxe/efi/efi.h
+++ b/src/include/ipxe/efi/efi.h
@@ -222,7 +222,8 @@ extern EFI_DEVICE_PATH_PROTOCOL *efi_loaded_image_path;
extern EFI_SYSTEM_TABLE *efi_systab;
extern int efi_shutdown_in_progress;
-extern const __attribute__ (( pure )) char * efi_guid_ntoa ( EFI_GUID *guid );
+extern const __attribute__ (( pure )) char *
+efi_guid_ntoa ( CONST EFI_GUID *guid );
extern const __attribute__ (( pure )) char *
efi_locate_search_type_name ( EFI_LOCATE_SEARCH_TYPE search_type );
extern const __attribute__ (( pure )) char *