diff options
author | Eric Dong <eric.dong@intel.com> | 2016-04-06 12:54:46 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-07-04 10:33:40 +0800 |
commit | 094e8934bf3ea77015b3d551184462ad6a8bedbc (patch) | |
tree | fb01788eb1196d7593f4596394077ee714ef6f6d /SecurityPkg/Library | |
parent | 5d205283c263dfece2ebc3c9bc92e8ad45826513 (diff) | |
download | edk2-platforms-094e8934bf3ea77015b3d551184462ad6a8bedbc.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>
(cherry picked from commit 56a44df26b9eb56370312e105ab24c59849b2834)
Diffstat (limited to 'SecurityPkg/Library')
-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,
|