commit | eb616526fbf9e78f650da7eff2adb7edfceaf3d0 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 29 07:46:33 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri May 31 23:27:11 2019 +0200 |
tree | 41e4dde519d29ec4358386ba57b29ecef3def758 | |
parent | 0ba31877405b32b0bc21ef5a67940553a99737e2 [diff] |
efi_loader: factor out efi_check_register_notify_event() The code to check if a registration key is a valid key returned by RegisterProtocolNotify() can be reused. So let us factor it out into a new function efi_check_register_notify_event(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>