From b6f94dbeacfc6f0a507413096189304c58dbe66c Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Wed, 13 Sep 2017 12:09:40 -0700 Subject: New upstream version 13~git1505328970.9c1c35c5 --- include/console.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/console.h b/include/console.h index d59e3b4f..e9cf2858 100644 --- a/include/console.h +++ b/include/console.h @@ -88,4 +88,9 @@ extern UINT8 verbose; __dprinta_ret; \ }) +extern EFI_STATUS print_crypto_errors(EFI_STATUS rc, char *file, const char *func, int line); +#define crypterr(rc) print_crypto_errors((rc), __FILE__, __func__, __LINE__) + +extern VOID msleep(unsigned long msecs); + #endif /* _SHIM_LIB_CONSOLE_H */ -- cgit v1.2.3