summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h
diff options
context:
space:
mode:
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h b/Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h
index 366b275e3c..92e10b3bae 100644
--- a/Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h
+++ b/Platform/BroxtonPlatformPkg/Common/Include/BoardFunctionsPei.h
@@ -36,6 +36,7 @@
#include <FspmUpd.h>
#include <FspsUpd.h>
#include <SmipGenerated.h>
+#include <ScPreMemPolicyCommon.h>
typedef
EFI_STATUS
@@ -55,5 +56,11 @@ EFI_STATUS
IN UINT8 BoardId
);
+typedef
+EFI_STATUS
+(EFIAPI *UPDATE_PCIE_CONFIG_FUNC) (
+ IN SC_PCIE_PREMEM_CONFIG *PciePreMemConfig
+ );
+
#endif