]> git.ipfire.org Git - thirdparty/grub.git/commit
efi: Correct function prototype for register_key_notify() method of grub_efi_simple_t...
authorLi Gen <ligenlive@gmail.com>
Thu, 25 Aug 2022 05:12:17 +0000 (00:12 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 4 Oct 2022 13:30:55 +0000 (15:30 +0200)
commit4740430bd2d0dd487ca48764c89c8feb4d3c9a4d
tree0fa982470aa47cdc4647e2ec6cc6d8f4b0983272
parent2c1425b8f00fb4b46ae5fcdd1553d1ccf2e4a987
efi: Correct function prototype for register_key_notify() method of grub_efi_simple_text_input_ex_interface

The register_key_notify() method should have an output parameter which is
a pointer to the unique handle assigned to the registered notification.

Signed-off-by: Li Gen <ligenlive@gmail.com>
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/efi/api.h