summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/console.c4
1 files changed, 4 insertions, 0 deletions
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;