]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/Include/Library/FspCommonLib.h
IntelFsp2Pkg: BaseFspCommonLib Support for X64
[mirror_edk2.git] / IntelFsp2Pkg / Include / Library / FspCommonLib.h
index c70039d9e873e4a6ad84bcaaf93f135b0a0c3189..b5e38568e2ccdca7afa904c73d19941e7bb56d3c 100644 (file)
@@ -38,7 +38,7 @@ GetFspGlobalDataPointer (
 \r
   @retval ApiParameter FSP API first parameter passed by the bootloader.\r
 **/\r
-UINT32\r
+UINTN\r
 EFIAPI\r
 GetFspApiParameter (\r
   VOID\r
@@ -49,7 +49,7 @@ GetFspApiParameter (
 \r
   @retval ApiParameter FSP API second parameter passed by the bootloader.\r
 **/\r
-UINT32\r
+UINTN\r
 EFIAPI\r
 GetFspApiParameter2 (\r
   VOID\r
@@ -87,7 +87,7 @@ SetFspApiParameter (
 VOID\r
 EFIAPI\r
 SetFspApiReturnStatus (\r
-  IN UINT32  ReturnStatus\r
+  IN UINTN  ReturnStatus\r
   );\r
 \r
 /**\r