]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/efi_loader.h
efi_loader: new function efi_delete_handle()
[people/ms/u-boot.git] / include / efi_loader.h
index 78237f14ae5846410ecece55fc59722a20e5a290..6185055e78e8fe11e6ff43a97807fd9090748947 100644 (file)
@@ -190,6 +190,8 @@ void efi_set_bootdev(const char *dev, const char *devnr, const char *path);
 void efi_add_handle(struct efi_object *obj);
 /* Create handle */
 efi_status_t efi_create_handle(void **handle);
+/* Delete handle */
+void efi_delete_handle(struct efi_object *obj);
 /* Call this to validate a handle and find the EFI object for it */
 struct efi_object *efi_search_obj(const void *handle);
 /* Find a protocol on a handle */