aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_debug.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2020-09-18 22:49:02 +0100
committerMichael Brown <mcb30@ipxe.org>2020-09-18 23:16:46 +0100
commite08ad61bf78b5b9c8448ce0eac58001d617327b5 (patch)
tree9c0647493c56939f79d115b581de8b327c6e9d1c /src/interface/efi/efi_debug.c
parent4bd064de239dab2426b31c9789a1f4d78087dc63 (diff)
downloadipxe-e08ad61bf78b5b9c8448ce0eac58001d617327b5.tar.gz
[efi] Add debug wrappers for all boot services functions of interest
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi/efi_debug.c')
-rw-r--r--src/interface/efi/efi_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/efi/efi_debug.c b/src/interface/efi/efi_debug.c
index de9b1af55..f7be9476e 100644
--- a/src/interface/efi/efi_debug.c
+++ b/src/interface/efi/efi_debug.c
@@ -189,7 +189,7 @@ static struct efi_well_known_guid efi_well_known_guids[] = {
* @v guid GUID
* @ret string Printable string
*/
-const __attribute__ (( pure )) char * efi_guid_ntoa ( EFI_GUID *guid ) {
+const __attribute__ (( pure )) char * efi_guid_ntoa ( CONST EFI_GUID *guid ) {
union {
union uuid uuid;
EFI_GUID guid;