summaryrefslogtreecommitdiff
path: root/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
diff options
context:
space:
mode:
Diffstat (limited to 'Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h')
-rw-r--r--Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
index d9aafc8fcd..02136a29ea 100644
--- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
+++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h
@@ -37,6 +37,8 @@ Abstract:
#include <Protocol/WinNtThunk.h>
#include <Protocol/WinNtIo.h>
+#include <Protocol/LoadedImage.h>
+#include <Protocol/UserManager.h>
#include <Guid/WinNtSystemConfig.h>
extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
@@ -116,4 +118,9 @@ PlatformBdsEnterFrontPage (
IN BOOLEAN ConnectAllHappened
);
+EFI_STATUS
+PlatformBdsUserIdentify (
+ VOID
+ );
+
#endif // _BDS_PLATFORM_H