From 56a44df26b9eb56370312e105ab24c59849b2834 Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Wed, 6 Apr 2016 12:54:46 +0800 Subject: [PATCH] SecurityPkg OpalPasswordSupportLib: Fixed gcc build failure. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong Reviewed-by: Feng Tian --- .../Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c index d3a93aa300..eead27fbe0 100644 --- a/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c +++ b/SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c @@ -626,6 +626,7 @@ OpalSavePasswordToSmm ( @retval EFI_INTERRUPT_PENDING The interrupt could not be quiesced. **/ EFI_STATUS +EFIAPI SmmOpalPasswordHandler ( IN EFI_HANDLE DispatchHandle, IN CONST VOID *RegisterContext, -- 2.39.2