mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 15:25:23 +03:00
[efi] Add debug wrappers for all boot services functions of interest
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user