summaryrefslogtreecommitdiffstats
path: root/SecurityPkg
diff options
context:
space:
mode:
authorEric Dong <eric.dong@intel.com>2016-04-06 12:54:46 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2016-04-06 13:03:16 +0800
commit56a44df26b9eb56370312e105ab24c59849b2834 (patch)
treeec2b1198c39c42495cca69a3a2be7fc86b46ac33 /SecurityPkg
parent59ed6433dd84798da6a17366700b057218c04a3a (diff)
downloadedk2-56a44df26b9eb56370312e105ab24c59849b2834.tar.gz
edk2-56a44df26b9eb56370312e105ab24c59849b2834.tar.bz2
edk2-56a44df26b9eb56370312e105ab24c59849b2834.zip
SecurityPkg OpalPasswordSupportLib: Fixed gcc build failure.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r--SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c1
1 files changed, 1 insertions, 0 deletions
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,