summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/BlSupportSmm
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2022-02-23 15:55:19 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-03-07 22:48:49 +0000
commit62fa37fe7b9df3c54a2d9d90aed9ff0e817ee0c6 (patch)
tree3c8237b23127e29eda732023b7502752d4af5f9f /UefiPayloadPkg/BlSupportSmm
parentaf74efe494c5920c7992b543fada1af2b186bd8c (diff)
downloadedk2-62fa37fe7b9df3c54a2d9d90aed9ff0e817ee0c6.tar.gz
edk2-62fa37fe7b9df3c54a2d9d90aed9ff0e817ee0c6.tar.bz2
edk2-62fa37fe7b9df3c54a2d9d90aed9ff0e817ee0c6.zip
BlSupportSmm: fix definition of SetSmrr()
Cc: Guo Dong <guo.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Maurice Ma <maurice.ma@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-by: Guo Dong <guo.dong@intel.com>
Diffstat (limited to 'UefiPayloadPkg/BlSupportSmm')
-rw-r--r--UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
index dcc4d60bb2..0d16aec8ef 100644
--- a/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
+++ b/UefiPayloadPkg/BlSupportSmm/BlSupportSmm.c
@@ -191,6 +191,7 @@ SmmFeatureLockOnS3 (
@param[in] ProcedureArgument Pointer to SMRR_BASE_MASK structure.
**/
VOID
+EFIAPI
SetSmrr (
IN VOID *ProcedureArgument
)