diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:54:46 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-04-06 13:03:16 +0800 |
commit | 56a44df26b9eb56370312e105ab24c59849b2834 (patch) | |
tree | ec2b1198c39c42495cca69a3a2be7fc86b46ac33 | |
parent | 59ed6433dd84798da6a17366700b057218c04a3a (diff) | |
download | edk2-platforms-56a44df26b9eb56370312e105ab24c59849b2834.tar.xz |
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>
-rw-r--r-- | SecurityPkg/Library/OpalPasswordSupportLib/OpalPasswordSupportLib.c | 1 |
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,
|