]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h
MdePkg: Change OPTIONAL keyword usage style
[mirror_edk2.git] / MdePkg / Test / UnitTest / Include / Library / UnitTestHostBaseLib.h
index 4ad05a5af1db4d36e1d42d7b0cd8110f44b77a84..c545b34546bed549a9c2830013fae5d82ff3afce 100644 (file)
@@ -128,9 +128,9 @@ typedef
 UINT32\r
 (EFIAPI *UNIT_TEST_HOST_BASE_LIB_ASM_CPUID)(\r
   IN      UINT32                    Index,\r
-  OUT     UINT32                    *Eax,  OPTIONAL\r
-  OUT     UINT32                    *Ebx,  OPTIONAL\r
-  OUT     UINT32                    *Ecx,  OPTIONAL\r
+  OUT     UINT32                    *Eax   OPTIONAL,\r
+  OUT     UINT32                    *Ebx   OPTIONAL,\r
+  OUT     UINT32                    *Ecx   OPTIONAL,\r
   OUT     UINT32                    *Edx   OPTIONAL\r
   );\r
 \r
@@ -171,9 +171,9 @@ UINT32
 (EFIAPI *UNIT_TEST_HOST_BASE_LIB_ASM_CPUID_EX)(\r
   IN      UINT32                    Index,\r
   IN      UINT32                    SubIndex,\r
-  OUT     UINT32                    *Eax,  OPTIONAL\r
-  OUT     UINT32                    *Ebx,  OPTIONAL\r
-  OUT     UINT32                    *Ecx,  OPTIONAL\r
+  OUT     UINT32                    *Eax   OPTIONAL,\r
+  OUT     UINT32                    *Ebx   OPTIONAL,\r
+  OUT     UINT32                    *Ecx   OPTIONAL,\r
   OUT     UINT32                    *Edx   OPTIONAL\r
   );\r
 \r
@@ -321,8 +321,8 @@ typedef
 VOID\r
 (EFIAPI *UNIT_TEST_HOST_BASE_LIB_ASM_PAGING_32)(\r
   IN      SWITCH_STACK_ENTRY_POINT  EntryPoint,\r
-  IN      VOID                      *Context1,  OPTIONAL\r
-  IN      VOID                      *Context2,  OPTIONAL\r
+  IN      VOID                      *Context1   OPTIONAL,\r
+  IN      VOID                      *Context2   OPTIONAL,\r
   IN      VOID                      *NewStack\r
   );\r
 \r
@@ -363,8 +363,8 @@ VOID
 (EFIAPI *UNIT_TEST_HOST_BASE_LIB_ASM_ENABLE_PAGING_64)(\r
   IN      UINT16                    Cs,\r
   IN      UINT64                    EntryPoint,\r
-  IN      UINT64                    Context1,  OPTIONAL\r
-  IN      UINT64                    Context2,  OPTIONAL\r
+  IN      UINT64                    Context1   OPTIONAL,\r
+  IN      UINT64                    Context2   OPTIONAL,\r
   IN      UINT64                    NewStack\r
   );\r
 \r
@@ -403,8 +403,8 @@ VOID
 (EFIAPI *UNIT_TEST_HOST_BASE_LIB_ASM_DISABLE_PAGING_64)(\r
   IN      UINT16                    Cs,\r
   IN      UINT32                    EntryPoint,\r
-  IN      UINT32                    Context1,  OPTIONAL\r
-  IN      UINT32                    Context2,  OPTIONAL\r
+  IN      UINT32                    Context1   OPTIONAL,\r
+  IN      UINT32                    Context2   OPTIONAL,\r
   IN      UINT32                    NewStack\r
   );\r
 \r