From: khaalid <khaliidca...@gmail.com>

The function prototype.

Signed-off-by: khaalid <khaliidca...@gmail.com>
---
 include/grub/efi/efi.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/grub/efi/efi.h b/include/grub/efi/efi.h
index a5cd99e5a..3c38e2834 100644
--- a/include/grub/efi/efi.h
+++ b/include/grub/efi/efi.h
@@ -115,6 +115,9 @@ int
 EXPORT_FUNC (grub_efi_compare_device_paths) (const grub_efi_device_path_t *dp1,
                                             const grub_efi_device_path_t *dp2);
 
+void 
+EXPORT_FUNC (grub_efi_perror) (grub_err_t err, const char *s, 
grub_efi_status_t status);
+
 extern void (*EXPORT_VAR(grub_efi_net_config)) (grub_efi_handle_t hnd,
                                                char **device,
                                                char **path);
-- 
2.49.0


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to