From 97a3f6cf94365141b98363d29a88865f6876e5a6 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 2 Nov 2017 18:05:12 -0400 Subject: "in_protocol" is used in more than shim.o; make it not static. Signed-off-by: Peter Jones --- include/console.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/console.h') diff --git a/include/console.h b/include/console.h index e9cf2858..6481a3d3 100644 --- a/include/console.h +++ b/include/console.h @@ -93,4 +93,8 @@ extern EFI_STATUS print_crypto_errors(EFI_STATUS rc, char *file, const char *fun extern VOID msleep(unsigned long msecs); +/* This is used in various things to determine if we should print to the + * console */ +extern UINT8 in_protocol; + #endif /* _SHIM_LIB_CONSOLE_H */ -- cgit v1.2.3