commit | 5aef61d043f63614ecf4a4920b11b20118ce26f3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Oct 26 19:25:53 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:22:56 2017 +0100 |
tree | 11f0ece91f565b1b75c19211b710c16c1d6cc73c | |
parent | b0e5a1244194a5dbe1e8f4741a5d5aed75a48b80 [diff] |
efi_loader: helper functions for protocol management This patch provides helper functions to manage protocols. efi_search_protocol - find a protocol on a handle efi_add_protocol - install a protocol on a handle efi_remove_protocol - remove a protocol from a handle efi_remove_all_protocols - remove all protocols from a handle Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>