diff options
| author | Peter Jones <pjones@redhat.com> | 2020-07-23 20:29:52 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2020-07-25 22:14:08 -0400 |
| commit | fc4368fed53837e00d303600d8b628cb0392b629 (patch) | |
| tree | 747256d09cbd25088439cc99b1abc3416889df14 /shim.h | |
| parent | 705d47ac2c90b8de07a4ef3e1930de6c4b8fece0 (diff) | |
| download | efi-boot-shim-fc4368fed53837e00d303600d8b628cb0392b629.tar.gz efi-boot-shim-fc4368fed53837e00d303600d8b628cb0392b629.zip | |
Improve debug output some
Signed-off-by: Peter Jones <pjones@redhat.com>
Upstream: pr#213
Diffstat (limited to 'shim.h')
| -rw-r--r-- | shim.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -182,8 +182,9 @@ typedef struct _SHIM_LOCK { extern EFI_STATUS shim_init(void); extern void shim_fini(void); -extern EFI_STATUS LogError_(const char *file, int line, const char *func, CHAR16 *fmt, ...); -extern EFI_STATUS VLogError(const char *file, int line, const char *func, CHAR16 *fmt, va_list args); +extern EFI_STATUS LogError_(const char *file, int line, const char *func, const CHAR16 *fmt, ...); +extern EFI_STATUS VLogError(const char *file, int line, const char *func, const CHAR16 *fmt, va_list args); +extern VOID LogHexdump_(const char *file, int line, const char *func, const void *data, size_t sz); extern VOID PrintErrors(VOID); extern VOID ClearErrors(VOID); extern EFI_STATUS start_image(EFI_HANDLE image_handle, CHAR16 *ImagePath); |
