]> git.ipfire.org Git - people/ms/u-boot.git/commit
efi_loader: new function efi_delete_handle()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 4 Dec 2017 17:03:02 +0000 (18:03 +0100)
committerAlexander Graf <agraf@suse.de>
Sat, 16 Dec 2017 22:07:36 +0000 (23:07 +0100)
commit678e03a00cafc9009f05cbcc3192235f2b8f9a33
tree3005ef4f60bd187ada8789a75f527ac05fe9eced
parent56d92888582fe6fba9ba9968ac524f86b4e06389
efi_loader: new function efi_delete_handle()

Provide a function to remove a handle from the object list
after removing all protocols.

To avoid forward declarations other functions have to move up
in the coding.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c