diff options
Diffstat (limited to 'include/console.h')
| -rw-r--r-- | include/console.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |
