diff options
| author | Tom Rini <[email protected]> | 2023-07-28 12:48:00 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-07-28 12:48:00 -0400 |
| commit | a36d59ba99a19c777d896d4c70e75975654e2831 (patch) | |
| tree | d0b3000aa039ad1085506ddff514c882c67f2701 /include | |
| parent | 6544943819bdb8258195c0eb5716345dd5bba070 (diff) | |
| parent | 6e8fa0611f19824e200fe4725f18bce7e2000071 (diff) | |
Merge tag 'efi-2023-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-10-rc2
Documentation:
* Update the documentation for TI K3 boards (use SVG images)
* Update doc/sphinx/requirements.txt
* Describe QEMU emulation of block devices
UEFI
* Fix device paths for special block devices
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index b5fa0fe01de..3a64eb9c667 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -629,7 +629,7 @@ void efi_add_handle(efi_handle_t obj); /* Create handle */ efi_status_t efi_create_handle(efi_handle_t *handle); /* Delete handle */ -void efi_delete_handle(efi_handle_t obj); +efi_status_t efi_delete_handle(efi_handle_t obj); /* Call this to validate a handle and find the EFI object for it */ struct efi_object *efi_search_obj(const efi_handle_t handle); /* Locate device_path handle */ |
