commit | 3f79a2b532d8deafd5293f9f7e492d30fc6e339d | [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 | 49d62cb0937bfdb1774a2c5c244595d9a09815b3 [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>