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 --- lib/console.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/console.c') diff --git a/lib/console.c b/lib/console.c index cd8d1de2..0f50851b 100644 --- a/lib/console.c +++ b/lib/console.c @@ -489,3 +489,7 @@ msleep(unsigned long msecs) { uefi_call_wrapper(BS->Stall, 1, msecs); } + +/* This is used in various things to determine if we should print to the + * console */ +UINT8 in_protocol = 0; -- cgit v1.2.3