diff options
Diffstat (limited to 'ArmPlatformPkg/Sec/SecInternal.h')
-rw-r--r-- | ArmPlatformPkg/Sec/SecInternal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ArmPlatformPkg/Sec/SecInternal.h b/ArmPlatformPkg/Sec/SecInternal.h index badd004b34..9136db9b46 100644 --- a/ArmPlatformPkg/Sec/SecInternal.h +++ b/ArmPlatformPkg/Sec/SecInternal.h @@ -33,7 +33,8 @@ TrustedWorldInitialization ( VOID
NonTrustedWorldTransition (
- IN UINTN MpId
+ IN UINTN MpId,
+ IN UINTN JumpAddress
);
VOID
|