|
166 | 166 | #include "include/crypt_blowfish.h" |
167 | 167 | #include "include/dp.h" |
168 | 168 | #include "include/efiauthenticated.h" |
| 169 | +#include "include/errlog.h" |
169 | 170 | #include "include/errors.h" |
170 | 171 | #include "include/execute.h" |
171 | 172 | #include "include/guid.h" |
@@ -240,14 +241,6 @@ typedef struct _SHIM_LOCK { |
240 | 241 |
|
241 | 242 | extern EFI_STATUS shim_init(void); |
242 | 243 | extern void shim_fini(void); |
243 | | -extern EFI_STATUS EFIAPI LogError_(const char *file, int line, const char *func, |
244 | | - const CHAR16 *fmt, ...); |
245 | | -extern EFI_STATUS EFIAPI VLogError(const char *file, int line, const char *func, |
246 | | - const CHAR16 *fmt, ms_va_list args); |
247 | | -extern VOID LogHexdump_(const char *file, int line, const char *func, |
248 | | - const void *data, size_t sz); |
249 | | -extern VOID PrintErrors(VOID); |
250 | | -extern VOID ClearErrors(VOID); |
251 | 244 | extern VOID restore_loaded_image(VOID); |
252 | 245 | extern EFI_STATUS start_image(EFI_HANDLE image_handle, CHAR16 *ImagePath); |
253 | 246 | extern EFI_STATUS import_mok_state(EFI_HANDLE image_handle); |
|
0 commit comments