mirror of
https://github.com/ipxe/ipxe
synced 2026-02-28 03:11:18 +03:00
[efi] Use efi_handle_name() instead of efi_handle_devpath_text()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -150,7 +150,6 @@ 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_devpath_text ( EFI_HANDLE handle );
|
||||
extern const char * efi_handle_name ( EFI_HANDLE handle );
|
||||
|
||||
extern void dbg_efi_openers ( EFI_HANDLE handle, EFI_GUID *protocol );
|
||||
|
||||
Reference in New Issue
Block a user