diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/console.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/console.h b/include/console.h index c5159d78..deb4fa3d 100644 --- a/include/console.h +++ b/include/console.h @@ -75,7 +75,7 @@ struct _EFI_CONSOLE_CONTROL_PROTOCOL { extern VOID console_fini(VOID); extern VOID setup_verbosity(VOID); -extern UINT8 verbose; +extern UINT32 verbose; #define dprint(fmt, ...) ({ \ UINTN __dprint_ret = 0; \ if (verbose) \ |
