]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2Pkg/FspSecCore/SecFsp.h
IntelFsp2Pkg: Apply uncrustify changes
[mirror_edk2.git] / IntelFsp2Pkg / FspSecCore / SecFsp.h
index 75f3ef463caf31d790e14c5ac49439d4f5e613aa..aacd32f7f7dcabee7d7782ccf9ad1d5f929c6fd8 100644 (file)
@@ -31,7 +31,7 @@
 \r
 **/\r
 UINT64\r
-FspGetExceptionHandler(\r
+FspGetExceptionHandler (\r
   IN  UINT64  IdtEntryTemplate\r
   );\r
 \r
@@ -47,12 +47,11 @@ FspGetExceptionHandler(
 **/\r
 VOID\r
 FspGlobalDataInit (\r
-  IN OUT  FSP_GLOBAL_DATA    *PeiFspData,\r
-  IN UINT32                   BootLoaderStack,\r
-  IN UINT8                    ApiIdx\r
+  IN OUT  FSP_GLOBAL_DATA  *PeiFspData,\r
+  IN UINT32                BootLoaderStack,\r
+  IN UINT8                 ApiIdx\r
   );\r
 \r
-\r
 /**\r
 \r
   Adjust the FSP data pointers after the stack is migrated to memory.\r
@@ -62,10 +61,9 @@ FspGlobalDataInit (
 **/\r
 VOID\r
 FspDataPointerFixUp (\r
-  IN UINT32   OffsetGap\r
+  IN UINT32  OffsetGap\r
   );\r
 \r
-\r
 /**\r
   This interface returns the base address of FSP binary.\r
 \r