diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/Library/PasswordLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Library/PasswordLib.h b/Include/Library/PasswordLib.h index a827b16..25ee1aa 100644 --- a/Include/Library/PasswordLib.h +++ b/Include/Library/PasswordLib.h @@ -24,6 +24,8 @@ extern CHAR8* gPasswordPictureCharsDefault; extern UINTN gPasswordPictureCharsLen;
extern UINT8 gPasswordVisible;
extern UINT8 gPasswordProgress;
+extern int gPasswordTimeout;
+
extern int gPasswordShowMark;
extern VOID* gPictPwdBmp;
extern UINTN gPictPwdBmpSize;
|