]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the blank in function typedef, it will break doxygen document generation.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Jul 2008 07:09:47 +0000 (07:09 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 31 Jul 2008 07:09:47 +0000 (07:09 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5590 6f19259b-4bc3-4df7-8a09-765794883524

18 files changed:
MdeModulePkg/Include/Guid/PeiPeCoffLoader.h
MdeModulePkg/Include/Ppi/BaseMemoryTest.h
MdeModulePkg/Include/Ppi/FlashMap.h
MdeModulePkg/Include/Protocol/ConsoleControl.h
MdeModulePkg/Include/Protocol/DiskInfo.h
MdeModulePkg/Include/Protocol/Dpc.h
MdeModulePkg/Include/Protocol/FaultTolerantWriteLite.h
MdeModulePkg/Include/Protocol/FvbExtension.h
MdeModulePkg/Include/Protocol/GenericMemoryTest.h
MdeModulePkg/Include/Protocol/LoadPe32Image.h
MdeModulePkg/Include/Protocol/NicIp4Config.h
MdeModulePkg/Include/Protocol/OEMBadging.h
MdeModulePkg/Include/Protocol/Performance.h
MdeModulePkg/Include/Protocol/Print.h
MdeModulePkg/Include/Protocol/PxeDhcp4.h
MdeModulePkg/Include/Protocol/PxeDhcp4CallBack.h
MdeModulePkg/Include/Protocol/TcgPlatform.h
MdeModulePkg/Include/Protocol/Tcp.h

index 22567d00667050606173f87651d88ab06401bb84..b02cf4990589b3bca8c14173380222bb2ecea4d8 100644 (file)
@@ -48,7 +48,7 @@ typedef struct _EFI_PEI_PE_COFF_LOADER_PROTOCOL   EFI_PEI_PE_COFF_LOADER_PROTOCO
 **/\r
 typedef \r
 RETURN_STATUS\r
-(EFIAPI *EFI_PEI_PE_COFF_LOADER_GET_IMAGE_INFO) (\r
+(EFIAPI *EFI_PEI_PE_COFF_LOADER_GET_IMAGE_INFO)(\r
   IN EFI_PEI_PE_COFF_LOADER_PROTOCOL          *This,\r
   IN OUT PE_COFF_LOADER_IMAGE_CONTEXT         *ImageContext\r
   );\r
@@ -79,7 +79,7 @@ RETURN_STATUS
 **/\r
 typedef \r
 RETURN_STATUS\r
-(EFIAPI *EFI_PEI_PE_COFF_LOADER_LOAD_IMAGE) (\r
+(EFIAPI *EFI_PEI_PE_COFF_LOADER_LOAD_IMAGE)(\r
   IN EFI_PEI_PE_COFF_LOADER_PROTOCOL          *This,\r
   IN OUT PE_COFF_LOADER_IMAGE_CONTEXT         *ImageContext\r
   );\r
@@ -107,7 +107,7 @@ RETURN_STATUS
 **/\r
 typedef \r
 RETURN_STATUS\r
-(EFIAPI *EFI_PEI_PE_COFF_LOADER_RELOCATE_IMAGE) (\r
+(EFIAPI *EFI_PEI_PE_COFF_LOADER_RELOCATE_IMAGE)(\r
   IN EFI_PEI_PE_COFF_LOADER_PROTOCOL          *This,\r
   IN OUT PE_COFF_LOADER_IMAGE_CONTEXT         *ImageContext\r
   );\r
@@ -127,7 +127,7 @@ RETURN_STATUS
 **/\r
 typedef \r
 RETURN_STATUS\r
-(EFIAPI *EFI_PEI_PE_COFF_LOADER_UNLOAD_IMAGE) (\r
+(EFIAPI *EFI_PEI_PE_COFF_LOADER_UNLOAD_IMAGE)(\r
   IN EFI_PEI_PE_COFF_LOADER_PROTOCOL      *This,\r
   IN PE_COFF_LOADER_IMAGE_CONTEXT         *ImageContext\r
   );\r
index 5e069a6802332f6cedad2f1d0381411697b8db8a..f7c6d617d3017c9bdcf0e4688e577b1dfc18ce94 100644 (file)
@@ -46,7 +46,7 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *PEI_BASE_MEMORY_TEST) (\r
+(EFIAPI *PEI_BASE_MEMORY_TEST)(\r
   IN  EFI_PEI_SERVICES                   **PeiServices,\r
   IN PEI_BASE_MEMORY_TEST_PPI            * This,\r
   IN  EFI_PHYSICAL_ADDRESS               BeginAddress,\r
index fba9a5302765a433b0b0ea132d7edb2f5bfea034..63583bd0124cfd7a43892e05268364436bf67f3e 100644 (file)
@@ -41,7 +41,7 @@ typedef struct _PEI_FLASH_MAP_PPI PEI_FLASH_MAP_PPI;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *PEI_GET_FLASH_AREA_INFO) (\r
+(EFIAPI *PEI_GET_FLASH_AREA_INFO)(\r
   IN  EFI_PEI_SERVICES            **PeiServices,\r
   IN  PEI_FLASH_MAP_PPI           *This,\r
   IN  EFI_FLASH_AREA_TYPE         AreaType,\r
index 5b3eb0d8d2af858d0f9d1727382243894adc0395..b00587c8b3d165fee60662fb101d2535b7cfba53 100644 (file)
@@ -44,7 +44,7 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE) (\r
+(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_GET_MODE)(\r
   IN  EFI_CONSOLE_CONTROL_PROTOCOL      *This,\r
   OUT EFI_CONSOLE_CONTROL_SCREEN_MODE   *Mode,\r
   OUT BOOLEAN                           *GopUgaExists,  OPTIONAL  \r
@@ -65,7 +65,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE) (\r
+(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_SET_MODE)(\r
   IN  EFI_CONSOLE_CONTROL_PROTOCOL      *This,\r
   OUT EFI_CONSOLE_CONTROL_SCREEN_MODE   Mode\r
   )\r
@@ -81,7 +81,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN) (\r
+(EFIAPI *EFI_CONSOLE_CONTROL_PROTOCOL_LOCK_STD_IN)(\r
   IN  EFI_CONSOLE_CONTROL_PROTOCOL      *This,\r
   IN CHAR16                             *Password\r
   )\r
index d36a1c7b038d5255e47b0ceae104348961ab7fca..1f45b3a2866f5262eaf6cf99fef72b94a7de737a 100644 (file)
@@ -43,7 +43,7 @@ typedef struct _EFI_DISK_INFO_PROTOCOL  EFI_DISK_INFO_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DISK_INFO_INQUIRY) (\r
+(EFIAPI *EFI_DISK_INFO_INQUIRY)(\r
   IN EFI_DISK_INFO_PROTOCOL           * This,\r
   IN OUT VOID                         *InquiryData,\r
   IN OUT UINT32                       *IntquiryDataSize\r
@@ -67,7 +67,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DISK_INFO_IDENTIFY) (\r
+(EFIAPI *EFI_DISK_INFO_IDENTIFY)(\r
   IN EFI_DISK_INFO_PROTOCOL           * This,\r
   IN OUT VOID                         *IdentifyData,\r
   IN OUT UINT32                       *IdentifyDataSize\r
@@ -92,7 +92,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DISK_INFO_SENSE_DATA) (\r
+(EFIAPI *EFI_DISK_INFO_SENSE_DATA)(\r
   IN EFI_DISK_INFO_PROTOCOL           * This,\r
   IN OUT VOID                         *SenseData,\r
   IN OUT UINT32                       *SenseDataSize,\r
@@ -114,7 +114,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DISK_INFO_WHICH_IDE) (\r
+(EFIAPI *EFI_DISK_INFO_WHICH_IDE)(\r
   IN EFI_DISK_INFO_PROTOCOL           * This,\r
   OUT UINT32                          *IdeChannel,\r
   OUT UINT32                          *IdeDevice\r
index a93ac249e271e9c6aa851bb9b646a7d60b0fed30..40276f1012597c1b7e9f61642c5e2a9768324b3b 100644 (file)
@@ -40,7 +40,7 @@ typedef struct _EFI_DPC_PROTOCOL  EFI_DPC_PROTOCOL;
 **/\r
 typedef\r
 VOID\r
-(EFIAPI *EFI_DPC_PROCEDURE) (\r
+(EFIAPI *EFI_DPC_PROCEDURE)(\r
   IN VOID  *DpcContext\r
   );\r
 \r
@@ -62,7 +62,7 @@ VOID
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DPC_QUEUE_DPC) (\r
+(EFIAPI *EFI_DPC_QUEUE_DPC)(\r
   IN EFI_DPC_PROTOCOL   *This,\r
   IN EFI_TPL            DpcTpl,\r
   IN EFI_DPC_PROCEDURE  DpcProcedure,\r
@@ -83,7 +83,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_DPC_DISPATCH_DPC) (\r
+(EFIAPI *EFI_DPC_DISPATCH_DPC)(\r
   IN EFI_DPC_PROTOCOL  *This\r
   );\r
 \r
index 97b9b816535f15c50c8eaa7b2986d2d78801ce74..ce0128df107eec1ffe4c1c803024487f765e122c 100644 (file)
@@ -53,7 +53,7 @@ typedef struct _EFI_FTW_LITE_PROTOCOL EFI_FTW_LITE_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_FTW_LITE_WRITE) (\r
+(EFIAPI * EFI_FTW_LITE_WRITE)(\r
   IN EFI_FTW_LITE_PROTOCOL             *This,\r
   IN EFI_HANDLE                        FvbHandle,\r
   IN EFI_LBA                           Lba,\r
index 21b5d0c7bc4ae241541232bb200badb2bb8922cf..6f6621b132ca21ab1d4202b6d3cf8d963dcf94fd 100644 (file)
@@ -42,7 +42,7 @@ typedef struct _EFI_FVB_EXTENSION_PROTOCOL EFI_FVB_EXTENSION_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_FV_ERASE_CUSTOM_BLOCK) (\r
+(EFIAPI * EFI_FV_ERASE_CUSTOM_BLOCK)(\r
   IN EFI_FVB_EXTENSION_PROTOCOL   *This,\r
   IN EFI_LBA                      StartLba,\r
   IN UINTN                        OffsetStartLba,\r
index c5c4f245305c280e9c21566a111b072ef4260023..87959ed73a1cf8e885041dcebb47d013c2c4b072 100644 (file)
@@ -45,7 +45,7 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_MEMORY_TEST_INIT) (\r
+(EFIAPI *EFI_MEMORY_TEST_INIT)(\r
   IN EFI_GENERIC_MEMORY_TEST_PROTOCOL          *This,\r
   IN  EXTENDMEM_COVERAGE_LEVEL                 Level,\r
   OUT BOOLEAN                                  *RequireSoftECCInit\r
@@ -75,7 +75,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PERFORM_MEMORY_TEST) (\r
+(EFIAPI *EFI_PERFORM_MEMORY_TEST)(\r
   IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This,\r
   OUT UINT64                                   *TestedMemorySize,\r
   OUT UINT64                                   *TotalMemorySize,\r
@@ -97,7 +97,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_MEMORY_TEST_FINISHED) (\r
+(EFIAPI *EFI_MEMORY_TEST_FINISHED)(\r
   IN EFI_GENERIC_MEMORY_TEST_PROTOCOL *This\r
   )\r
 ;\r
@@ -116,7 +116,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_MEMORY_TEST_COMPATIBLE_RANGE) (\r
+(EFIAPI *EFI_MEMORY_TEST_COMPATIBLE_RANGE)(\r
   IN EFI_GENERIC_MEMORY_TEST_PROTOCOL          *This,\r
   IN  EFI_PHYSICAL_ADDRESS                     StartAddress,\r
   IN  UINT64                                   Length\r
index 841587218736620757490a5ff80363d45ff9fd9d..8adfdfc2d2af6fa95824b400c4e7a60efa7b1d12 100644 (file)
@@ -58,7 +58,7 @@ typedef struct _EFI_PE32_IMAGE_PROTOCOL   EFI_PE32_IMAGE_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *LOAD_PE_IMAGE) (\r
+(EFIAPI *LOAD_PE_IMAGE)(\r
   IN EFI_PE32_IMAGE_PROTOCOL           *This,\r
   IN  EFI_HANDLE                       ParentImageHandle,\r
   IN  EFI_DEVICE_PATH_PROTOCOL         *FilePath,\r
@@ -85,7 +85,7 @@ EFI_STATUS
 --*/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *UNLOAD_PE_IMAGE) (\r
+(EFIAPI *UNLOAD_PE_IMAGE)(\r
   IN EFI_PE32_IMAGE_PROTOCOL          *This,\r
   IN EFI_HANDLE                       ImageHandle\r
   );\r
index 2bf20c0d437821fab84656de3ab4bc7cc6c6c0e1..71bd7c4ebe97ede322503f92be55a4cf9fccd926 100644 (file)
@@ -84,7 +84,7 @@ typedef struct {
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_NIC_IP4_CONFIG_GET_INFO) (\r
+(EFIAPI *EFI_NIC_IP4_CONFIG_GET_INFO)(\r
   IN EFI_NIC_IP4_CONFIG_PROTOCOL  *This,\r
   IN OUT UINTN                    *Len,\r
   OUT NIC_IP4_CONFIG_INFO         *NicConfig     OPTIONAL\r
@@ -92,7 +92,7 @@ EFI_STATUS
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_NIC_IP4_CONFIG_SET_INFO) (\r
+(EFIAPI *EFI_NIC_IP4_CONFIG_SET_INFO)(\r
   IN EFI_NIC_IP4_CONFIG_PROTOCOL  *This,\r
   IN NIC_IP4_CONFIG_INFO          *NicConfig,    OPTIONAL\r
   IN BOOLEAN                      ReConfig\r
@@ -100,7 +100,7 @@ EFI_STATUS
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_NIC_IP4_CONFIG_GET_NAME) (\r
+(EFIAPI *EFI_NIC_IP4_CONFIG_GET_NAME)(\r
   IN  EFI_NIC_IP4_CONFIG_PROTOCOL *This,\r
   IN  UINT16                      *Name,         OPTIONAL\r
   IN  NIC_ADDR                    *NicAddr       OPTIONAL\r
index 0d701a84230db40ce62ef9d857fdbf76d1dbbc2e..50e013e524ce55d78c1981bb1a0ad025ee3849b4 100644 (file)
@@ -65,7 +65,7 @@ typedef enum {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_BADGING_GET_IMAGE) (\r
+(EFIAPI *EFI_BADGING_GET_IMAGE)(\r
   IN     EFI_OEM_BADGING_PROTOCOL          *This,\r
   IN OUT UINT32                            *Instance,\r
      OUT EFI_BADGING_FORMAT                *Format,\r
index 487ff3b0be4eb5f0df3db2f3f1c7fc258c0f5312..716148824680b799e526446e544c9e24774c8d5e 100644 (file)
@@ -84,7 +84,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * PERFORMANCE_START_GAUGE) (\r
+(EFIAPI * PERFORMANCE_START_GAUGE)(\r
   IN CONST VOID   *Handle,  OPTIONAL\r
   IN CONST CHAR8  *Token,   OPTIONAL\r
   IN CONST CHAR8  *Module,  OPTIONAL\r
@@ -117,7 +117,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * PERFORMANCE_END_GAUGE) (\r
+(EFIAPI * PERFORMANCE_END_GAUGE)(\r
   IN CONST VOID   *Handle,  OPTIONAL\r
   IN CONST CHAR8  *Token,   OPTIONAL\r
   IN CONST CHAR8  *Module,  OPTIONAL\r
@@ -144,7 +144,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * PERFORMANCE_GET_GAUGE) (\r
+(EFIAPI * PERFORMANCE_GET_GAUGE)(\r
   IN  UINTN               LogEntryKey,\r
   OUT GAUGE_DATA_ENTRY    **GaugeDataEntry\r
   );\r
index 22d6a6003db1608c25c6bbeb40ba7d2d15452d45..7f120bacfe934290f085fbf4bbd8650d1b453b48 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  This print protocol defines six basic print functions to 
+  This print protocol defines six basic print functions to \r
   print the format unicode and ascii string.\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation\r
@@ -25,271 +25,271 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 //\r
 typedef struct _EFI_PRINT_PROTOCOL  EFI_PRINT_PROTOCOL;\r
 \r
-/**
-  Produces a Null-terminated Unicode string in an output buffer based on 
-  a Null-terminated Unicode format string and a VA_LIST argument list
-  
-  Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
-  and BufferSize.  
-  The Unicode string is produced by parsing the format string specified by FormatString.  
-  Arguments are pulled from the variable argument list specified by Marker based on the 
-  contents of the format string.  
-  The number of Unicode characters in the produced output buffer is returned not including
-  the Null-terminator.
-  If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
-
-  If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().
-  If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
-  If BufferSize > 1 and FormatString is NULL, then ASSERT().
-  If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
-  If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than 
-  PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
-  ASSERT().
-  If PcdMaximumUnicodeStringLength is not zero, and produced Null-terminated Unicode string
-  contains more than PcdMaximumUnicodeStringLength Unicode characters not including the
-  Null-terminator, then ASSERT().
-
-  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated 
-                          Unicode string.
-  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.
-  @param  FormatString    Null-terminated Unicode format string.
-  @param  Marker          VA_LIST marker for the variable argument list.
-  
-  @return The number of Unicode characters in the produced output buffer not including the
-          Null-terminator.
-
+/**\r
+  Produces a Null-terminated Unicode string in an output buffer based on \r
+  a Null-terminated Unicode format string and a VA_LIST argument list\r
+  \r
+  Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer\r
+  and BufferSize.  \r
+  The Unicode string is produced by parsing the format string specified by FormatString.  \r
+  Arguments are pulled from the variable argument list specified by Marker based on the \r
+  contents of the format string.  \r
+  The number of Unicode characters in the produced output buffer is returned not including\r
+  the Null-terminator.\r
+  If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.\r
+\r
+  If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().\r
+  If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().\r
+  If BufferSize > 1 and FormatString is NULL, then ASSERT().\r
+  If BufferSize > 1 and FormatString is not aligned on a 16-bit boundary, then ASSERT().\r
+  If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than \r
+  PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then\r
+  ASSERT().\r
+  If PcdMaximumUnicodeStringLength is not zero, and produced Null-terminated Unicode string\r
+  contains more than PcdMaximumUnicodeStringLength Unicode characters not including the\r
+  Null-terminator, then ASSERT().\r
+\r
+  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated \r
+                          Unicode string.\r
+  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
+  @param  FormatString    Null-terminated Unicode format string.\r
+  @param  Marker          VA_LIST marker for the variable argument list.\r
+  \r
+  @return The number of Unicode characters in the produced output buffer not including the\r
+          Null-terminator.\r
+\r
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *UNI_VSPRINT) (\r
+(EFIAPI *UNI_VSPRINT)(\r
   OUT CHAR16        *StartOfBuffer,\r
   IN  UINTN         BufferSize,\r
   IN  CONST CHAR16  *FormatString,\r
   IN  VA_LIST       Marker\r
   );\r
 \r
-/**
-  Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated
-  ASCII format string and a VA_LIST argument list
-  
-  Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer
-  and BufferSize.
-  The Unicode string is produced by parsing the format string specified by FormatString.
-  Arguments are pulled from the variable argument list specified by Marker based on the 
-  contents of the format string.
-  The number of Unicode characters in the produced output buffer is returned not including
-  the Null-terminator.
-  If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.
-
-  If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().
-  If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().
-  If BufferSize > 1 and FormatString is NULL, then ASSERT().
-  If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
-  PcdMaximumAsciiStringLength ASCII characters not including the Null-terminator, then
-  ASSERT().
-  If PcdMaximumUnicodeStringLength is not zero, and produced Null-terminated Unicode string
-  contains more than PcdMaximumUnicodeStringLength Unicode characters not including the
-  Null-terminator, then ASSERT().
-
-  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated 
-                          Unicode string.
-  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.
-  @param  FormatString    Null-terminated Unicode format string.
-  @param  Marker          VA_LIST marker for the variable argument list.
-  
-  @return The number of Unicode characters in the produced output buffer not including the
-          Null-terminator.
-
+/**\r
+  Produces a Null-terminated Unicode string in an output buffer based on a Null-terminated\r
+  ASCII format string and a VA_LIST argument list\r
+  \r
+  Produces a Null-terminated Unicode string in the output buffer specified by StartOfBuffer\r
+  and BufferSize.\r
+  The Unicode string is produced by parsing the format string specified by FormatString.\r
+  Arguments are pulled from the variable argument list specified by Marker based on the \r
+  contents of the format string.\r
+  The number of Unicode characters in the produced output buffer is returned not including\r
+  the Null-terminator.\r
+  If BufferSize is 0 or 1, then no output buffer is produced and 0 is returned.\r
+\r
+  If BufferSize > 1 and StartOfBuffer is NULL, then ASSERT().\r
+  If BufferSize > 1 and StartOfBuffer is not aligned on a 16-bit boundary, then ASSERT().\r
+  If BufferSize > 1 and FormatString is NULL, then ASSERT().\r
+  If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than\r
+  PcdMaximumAsciiStringLength ASCII characters not including the Null-terminator, then\r
+  ASSERT().\r
+  If PcdMaximumUnicodeStringLength is not zero, and produced Null-terminated Unicode string\r
+  contains more than PcdMaximumUnicodeStringLength Unicode characters not including the\r
+  Null-terminator, then ASSERT().\r
+\r
+  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated \r
+                          Unicode string.\r
+  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
+  @param  FormatString    Null-terminated Unicode format string.\r
+  @param  Marker          VA_LIST marker for the variable argument list.\r
+  \r
+  @return The number of Unicode characters in the produced output buffer not including the\r
+          Null-terminator.\r
+\r
 **/\r
 typedef\r
-UINTN
-(EFIAPI *UNI_VSPRINT_ASCII) (
-  OUT CHAR16       *StartOfBuffer,
-  IN  UINTN        BufferSize,
-  IN  CONST CHAR8  *FormatString,
-  IN  VA_LIST      Marker
+UINTN\r
+(EFIAPI *UNI_VSPRINT_ASCII)(\r
+  OUT CHAR16       *StartOfBuffer,\r
+  IN  UINTN        BufferSize,\r
+  IN  CONST CHAR8  *FormatString,\r
+  IN  VA_LIST      Marker\r
   );\r
 \r
-/**
-  Converts a decimal value to a Null-terminated Unicode string.
-  
-  Converts the decimal number specified by Value to a Null-terminated Unicode 
-  string specified by Buffer containing at most Width characters. No padding of spaces 
-  is ever performed. If Width is 0 then a width of MAXIMUM_VALUE_CHARACTERS is assumed.
-  The number of Unicode characters in Buffer is returned not including the Null-terminator.
-  If the conversion contains more than Width characters, then only the first
-  Width characters are returned, and the total number of characters 
-  required to perform the conversion is returned.
-  Additional conversion parameters are specified in Flags.  
-  
-  The Flags bit LEFT_JUSTIFY is always ignored.
-  All conversions are left justified in Buffer.
-  If Width is 0, PREFIX_ZERO is ignored in Flags.
-  If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
-  are inserted every 3rd digit starting from the right.
-  If HEX_RADIX is set in Flags, then the output buffer will be 
-  formatted in hexadecimal format.
-  If Value is < 0 and HEX_RADIX is not set in Flags, then the fist character in Buffer is a '-'.
-  If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, 
-  then Buffer is padded with '0' characters so the combination of the optional '-' 
-  sign character, '0' characters, digit characters for Value, and the Null-terminator
-  add up to Width characters.
-  If both COMMA_TYPE and HEX_RADIX are set in Flags, then ASSERT().
-  If Buffer is NULL, then ASSERT().
-  If Buffer is not aligned on a 16-bit boundary, then ASSERT().
-  If unsupported bits are set in Flags, then ASSERT().
-  If both COMMA_TYPE and HEX_RADIX are set in Flags, then ASSERT().
-  If Width >= MAXIMUM_VALUE_CHARACTERS, then ASSERT()
-
-  @param  Buffer  Pointer to the output buffer for the produced Null-terminated
-                  Unicode string.
-  @param  Flags   The bitmask of flags that specify left justification, zero pad, and commas.
-  @param  Value   The 64-bit signed value to convert to a string.
-  @param  Width   The maximum number of Unicode characters to place in Buffer, not including
-                  the Null-terminator.
-  
-  @return The number of Unicode characters in Buffer not including the Null-terminator.
-
+/**\r
+  Converts a decimal value to a Null-terminated Unicode string.\r
+  \r
+  Converts the decimal number specified by Value to a Null-terminated Unicode \r
+  string specified by Buffer containing at most Width characters. No padding of spaces \r
+  is ever performed. If Width is 0 then a width of MAXIMUM_VALUE_CHARACTERS is assumed.\r
+  The number of Unicode characters in Buffer is returned not including the Null-terminator.\r
+  If the conversion contains more than Width characters, then only the first\r
+  Width characters are returned, and the total number of characters \r
+  required to perform the conversion is returned.\r
+  Additional conversion parameters are specified in Flags.  \r
+  \r
+  The Flags bit LEFT_JUSTIFY is always ignored.\r
+  All conversions are left justified in Buffer.\r
+  If Width is 0, PREFIX_ZERO is ignored in Flags.\r
+  If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas\r
+  are inserted every 3rd digit starting from the right.\r
+  If HEX_RADIX is set in Flags, then the output buffer will be \r
+  formatted in hexadecimal format.\r
+  If Value is < 0 and HEX_RADIX is not set in Flags, then the fist character in Buffer is a '-'.\r
+  If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, \r
+  then Buffer is padded with '0' characters so the combination of the optional '-' \r
+  sign character, '0' characters, digit characters for Value, and the Null-terminator\r
+  add up to Width characters.\r
+  If both COMMA_TYPE and HEX_RADIX are set in Flags, then ASSERT().\r
+  If Buffer is NULL, then ASSERT().\r
+  If Buffer is not aligned on a 16-bit boundary, then ASSERT().\r
+  If unsupported bits are set in Flags, then ASSERT().\r
+  If both COMMA_TYPE and HEX_RADIX are set in Flags, then ASSERT().\r
+  If Width >= MAXIMUM_VALUE_CHARACTERS, then ASSERT()\r
+\r
+  @param  Buffer  Pointer to the output buffer for the produced Null-terminated\r
+                  Unicode string.\r
+  @param  Flags   The bitmask of flags that specify left justification, zero pad, and commas.\r
+  @param  Value   The 64-bit signed value to convert to a string.\r
+  @param  Width   The maximum number of Unicode characters to place in Buffer, not including\r
+                  the Null-terminator.\r
+  \r
+  @return The number of Unicode characters in Buffer not including the Null-terminator.\r
+\r
 **/\r
 typedef\r
-UINTN
-(EFIAPI *VALUE_TO_UNISTRING) (
-  IN OUT CHAR16  *Buffer,
-  IN UINTN       Flags,
-  IN INT64       Value,
-  IN UINTN       Width
+UINTN\r
+(EFIAPI *VALUE_TO_UNISTRING)(\r
+  IN OUT CHAR16  *Buffer,\r
+  IN UINTN       Flags,\r
+  IN INT64       Value,\r
+  IN UINTN       Width\r
   );\r
 \r
-/**
-  Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
-  ASCII format string and a VA_LIST argument list.
-  
-  Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
-  and BufferSize.
-  The ASCII string is produced by parsing the format string specified by FormatString.
-  Arguments are pulled from the variable argument list specified by Marker based on 
-  the contents of the format string.
-  The number of ASCII characters in the produced output buffer is returned not including
-  the Null-terminator.
-  If BufferSize is 0, then no output buffer is produced and 0 is returned.
-
-  If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT().
-  If BufferSize > 0 and FormatString is NULL, then ASSERT().
-  If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than
-  PcdMaximumAsciiStringLength ASCII characters not including the Null-terminator, then
-  ASSERT().
-  If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
-  contains more than PcdMaximumAsciiStringLength ASCII characters not including the
-  Null-terminator, then ASSERT().
-
-  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated 
-                          ASCII string.
-  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.
-  @param  FormatString    Null-terminated Unicode format string.
-  @param  Marker          VA_LIST marker for the variable argument list.
-  
-  @return The number of ASCII characters in the produced output buffer not including the
-          Null-terminator.
-
+/**\r
+  Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated\r
+  ASCII format string and a VA_LIST argument list.\r
+  \r
+  Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer\r
+  and BufferSize.\r
+  The ASCII string is produced by parsing the format string specified by FormatString.\r
+  Arguments are pulled from the variable argument list specified by Marker based on \r
+  the contents of the format string.\r
+  The number of ASCII characters in the produced output buffer is returned not including\r
+  the Null-terminator.\r
+  If BufferSize is 0, then no output buffer is produced and 0 is returned.\r
+\r
+  If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT().\r
+  If BufferSize > 0 and FormatString is NULL, then ASSERT().\r
+  If PcdMaximumAsciiStringLength is not zero, and FormatString contains more than\r
+  PcdMaximumAsciiStringLength ASCII characters not including the Null-terminator, then\r
+  ASSERT().\r
+  If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string\r
+  contains more than PcdMaximumAsciiStringLength ASCII characters not including the\r
+  Null-terminator, then ASSERT().\r
+\r
+  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated \r
+                          ASCII string.\r
+  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
+  @param  FormatString    Null-terminated Unicode format string.\r
+  @param  Marker          VA_LIST marker for the variable argument list.\r
+  \r
+  @return The number of ASCII characters in the produced output buffer not including the\r
+          Null-terminator.\r
+\r
 **/\r
 typedef\r
-UINTN
-(EFIAPI *ASCII_VSPRINT) (
-  OUT CHAR8         *StartOfBuffer,
-  IN  UINTN         BufferSize,
-  IN  CONST CHAR8   *FormatString,
-  IN  VA_LIST       Marker
+UINTN\r
+(EFIAPI *ASCII_VSPRINT)(\r
+  OUT CHAR8         *StartOfBuffer,\r
+  IN  UINTN         BufferSize,\r
+  IN  CONST CHAR8   *FormatString,\r
+  IN  VA_LIST       Marker\r
   );\r
 \r
-/**
-  Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated
-  ASCII format string and a VA_LIST argument list.
-  
-  Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer
-  and BufferSize.
-  The ASCII string is produced by parsing the format string specified by FormatString.
-  Arguments are pulled from the variable argument list specified by Marker based on 
-  the contents of the format string.
-  The number of ASCII characters in the produced output buffer is returned not including
-  the Null-terminator.
-  If BufferSize is 0, then no output buffer is produced and 0 is returned.
-
-  If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT().
-  If BufferSize > 0 and FormatString is NULL, then ASSERT().
-  If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().
-  If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than
-  PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then
-  ASSERT().
-  If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string
-  contains more than PcdMaximumAsciiStringLength ASCII characters not including the
-  Null-terminator, then ASSERT().
-
-  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated 
-                          ASCII string.
-  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.
-  @param  FormatString    Null-terminated Unicode format string.
-  @param  Marker          VA_LIST marker for the variable argument list.
-  
-  @return The number of ASCII characters in the produced output buffer not including the
-          Null-terminator.
-
+/**\r
+  Produces a Null-terminated ASCII string in an output buffer based on a Null-terminated\r
+  ASCII format string and a VA_LIST argument list.\r
+  \r
+  Produces a Null-terminated ASCII string in the output buffer specified by StartOfBuffer\r
+  and BufferSize.\r
+  The ASCII string is produced by parsing the format string specified by FormatString.\r
+  Arguments are pulled from the variable argument list specified by Marker based on \r
+  the contents of the format string.\r
+  The number of ASCII characters in the produced output buffer is returned not including\r
+  the Null-terminator.\r
+  If BufferSize is 0, then no output buffer is produced and 0 is returned.\r
+\r
+  If BufferSize > 0 and StartOfBuffer is NULL, then ASSERT().\r
+  If BufferSize > 0 and FormatString is NULL, then ASSERT().\r
+  If BufferSize > 0 and FormatString is not aligned on a 16-bit boundary, then ASSERT().\r
+  If PcdMaximumUnicodeStringLength is not zero, and FormatString contains more than\r
+  PcdMaximumUnicodeStringLength Unicode characters not including the Null-terminator, then\r
+  ASSERT().\r
+  If PcdMaximumAsciiStringLength is not zero, and produced Null-terminated ASCII string\r
+  contains more than PcdMaximumAsciiStringLength ASCII characters not including the\r
+  Null-terminator, then ASSERT().\r
+\r
+  @param  StartOfBuffer   A pointer to the output buffer for the produced Null-terminated \r
+                          ASCII string.\r
+  @param  BufferSize      The size, in bytes, of the output buffer specified by StartOfBuffer.\r
+  @param  FormatString    Null-terminated Unicode format string.\r
+  @param  Marker          VA_LIST marker for the variable argument list.\r
+  \r
+  @return The number of ASCII characters in the produced output buffer not including the\r
+          Null-terminator.\r
+\r
 **/\r
 typedef\r
-UINTN
-(EFIAPI *ASCII_VSPRINT_UNI) (
-  OUT CHAR8         *StartOfBuffer,
-  IN  UINTN         BufferSize,
-  IN  CONST CHAR16  *FormatString,
-  IN  VA_LIST       Marker
+UINTN\r
+(EFIAPI *ASCII_VSPRINT_UNI)(\r
+  OUT CHAR8         *StartOfBuffer,\r
+  IN  UINTN         BufferSize,\r
+  IN  CONST CHAR16  *FormatString,\r
+  IN  VA_LIST       Marker\r
   );\r
 \r
-/**
-  Converts a decimal value to a Null-terminated ASCII string.
-  
-  Converts the decimal number specified by Value to a Null-terminated ASCII string 
-  specified by Buffer containing at most Width characters. No padding of spaces 
-  is ever performed.
-  If Width is 0 then a width of  MAXIMUM_VALUE_CHARACTERS is assumed.
-  The number of ASCII characters in Buffer is returned not including the Null-terminator.
-  If the conversion contains more than Width characters, then only the first Width
-  characters are returned, and the total number of characters required to perform
-  the conversion is returned.
-  Additional conversion parameters are specified in Flags.  
-  The Flags bit LEFT_JUSTIFY is always ignored.
-  All conversions are left justified in Buffer.
-  If Width is 0, PREFIX_ZERO is ignored in Flags.
-  If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas
-  are inserted every 3rd digit starting from the right.
-  If HEX_RADIX is set in Flags, then the output buffer will be 
-  formatted in hexadecimal format.
-  If Value is < 0 and HEX_RADIX is not set in Flags, then the fist character in Buffer is a '-'.
-  If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, 
-  then Buffer is padded with '0' characters so the combination of the optional '-' 
-  sign character, '0' characters, digit characters for Value, and the Null-terminator
-  add up to Width characters.
-  
-  If Buffer is NULL, then ASSERT().
-  If unsupported bits are set in Flags, then ASSERT().
-  If both COMMA_TYPE and HEX_RADIX are set in Flags, then ASSERT().
-  If Width >= MAXIMUM_VALUE_CHARACTERS, then ASSERT()
-
-  @param  Buffer  Pointer to the output buffer for the produced Null-terminated
-                  ASCII string.
-  @param  Flags   The bitmask of flags that specify left justification, zero pad, and commas.
-  @param  Value   The 64-bit signed value to convert to a string.
-  @param  Width   The maximum number of ASCII characters to place in Buffer, not including
-                  the Null-terminator.
-  
-  @return The number of ASCII characters in Buffer not including the Null-terminator.
-
+/**\r
+  Converts a decimal value to a Null-terminated ASCII string.\r
+  \r
+  Converts the decimal number specified by Value to a Null-terminated ASCII string \r
+  specified by Buffer containing at most Width characters. No padding of spaces \r
+  is ever performed.\r
+  If Width is 0 then a width of  MAXIMUM_VALUE_CHARACTERS is assumed.\r
+  The number of ASCII characters in Buffer is returned not including the Null-terminator.\r
+  If the conversion contains more than Width characters, then only the first Width\r
+  characters are returned, and the total number of characters required to perform\r
+  the conversion is returned.\r
+  Additional conversion parameters are specified in Flags.  \r
+  The Flags bit LEFT_JUSTIFY is always ignored.\r
+  All conversions are left justified in Buffer.\r
+  If Width is 0, PREFIX_ZERO is ignored in Flags.\r
+  If COMMA_TYPE is set in Flags, then PREFIX_ZERO is ignored in Flags, and commas\r
+  are inserted every 3rd digit starting from the right.\r
+  If HEX_RADIX is set in Flags, then the output buffer will be \r
+  formatted in hexadecimal format.\r
+  If Value is < 0 and HEX_RADIX is not set in Flags, then the fist character in Buffer is a '-'.\r
+  If PREFIX_ZERO is set in Flags and PREFIX_ZERO is not being ignored, \r
+  then Buffer is padded with '0' characters so the combination of the optional '-' \r
+  sign character, '0' characters, digit characters for Value, and the Null-terminator\r
+  add up to Width characters.\r
+  \r
+  If Buffer is NULL, then ASSERT().\r
+  If unsupported bits are set in Flags, then ASSERT().\r
+  If both COMMA_TYPE and HEX_RADIX are set in Flags, then ASSERT().\r
+  If Width >= MAXIMUM_VALUE_CHARACTERS, then ASSERT()\r
+\r
+  @param  Buffer  Pointer to the output buffer for the produced Null-terminated\r
+                  ASCII string.\r
+  @param  Flags   The bitmask of flags that specify left justification, zero pad, and commas.\r
+  @param  Value   The 64-bit signed value to convert to a string.\r
+  @param  Width   The maximum number of ASCII characters to place in Buffer, not including\r
+                  the Null-terminator.\r
+  \r
+  @return The number of ASCII characters in Buffer not including the Null-terminator.\r
+\r
 **/\r
 typedef\r
-UINTN
-(EFIAPI *VALUE_TO_ASCIISTRING) (
-  IN OUT CHAR8  *Buffer,
-  IN UINTN      Flags,
-  IN INT64      Value,
-  IN UINTN      Width
+UINTN\r
+(EFIAPI *VALUE_TO_ASCIISTRING)(\r
+  IN OUT CHAR8  *Buffer,\r
+  IN UINTN      Flags,\r
+  IN INT64      Value,\r
+  IN UINTN      Width\r
   );\r
 \r
 struct _EFI_PRINT_PROTOCOL {\r
index c52aa1e6c56e962611295ea3c74a1b0429f7ef93..a01aaa8a29a46e09a179bdc97511bb1287c5c81b 100644 (file)
@@ -260,7 +260,7 @@ typedef struct {
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_RUN) (\r
+(EFIAPI *EFI_PXE_DHCP4_RUN)(\r
   IN EFI_PXE_DHCP4_PROTOCOL *This,\r
   IN OPTIONAL UINTN         OpLen,\r
   IN OPTIONAL VOID          *OpList\r
@@ -269,7 +269,7 @@ EFI_STATUS
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_SETUP) (\r
+(EFIAPI *EFI_PXE_DHCP4_SETUP)(\r
   IN EFI_PXE_DHCP4_PROTOCOL          *This,\r
   IN OPTIONAL EFI_PXE_DHCP4_DATA     * NewData\r
   );\r
@@ -277,7 +277,7 @@ EFI_STATUS
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_INIT) (\r
+(EFIAPI *EFI_PXE_DHCP4_INIT)(\r
   IN EFI_PXE_DHCP4_PROTOCOL *This,\r
   IN UINTN                  SecondsTimeout,\r
   OUT UINTN                 *Offers,\r
@@ -290,7 +290,7 @@ EFI_STATUS
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_SELECT) (\r
+(EFIAPI *EFI_PXE_DHCP4_SELECT)(\r
   IN EFI_PXE_DHCP4_PROTOCOL *This,\r
   IN UINTN                  SecondsTimeout,\r
   IN DHCP4_PACKET           * offer\r
@@ -299,7 +299,7 @@ EFI_STATUS
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_RENEW) (\r
+(EFIAPI *EFI_PXE_DHCP4_RENEW)(\r
   IN EFI_PXE_DHCP4_PROTOCOL *This,\r
   UINTN                     seconds_timeout\r
   );\r
@@ -307,7 +307,7 @@ EFI_STATUS
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_REBIND) (\r
+(EFIAPI *EFI_PXE_DHCP4_REBIND)(\r
   IN EFI_PXE_DHCP4_PROTOCOL *This,\r
   UINTN                     seconds_timeout\r
   );\r
@@ -315,7 +315,7 @@ EFI_STATUS
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_RELEASE) (\r
+(EFIAPI *EFI_PXE_DHCP4_RELEASE)(\r
   IN EFI_PXE_DHCP4_PROTOCOL * This\r
   );\r
 \r
index 7f397233108a45841ea13b02114d01aea98701fd..c9c7db6f681b1678309109f1643885ab536e8ab5 100644 (file)
@@ -58,7 +58,7 @@ typedef enum {
 \r
 typedef\r
 EFI_PXE_DHCP4_CALLBACK_STATUS\r
-(EFIAPI *EFI_PXE_DHCP4_CALLBACK) (\r
+(EFIAPI *EFI_PXE_DHCP4_CALLBACK)(\r
   IN EFI_PXE_DHCP4_PROTOCOL *This,\r
   IN EFI_PXE_DHCP4_FUNCTION Function,\r
   IN UINT32                 PacketLen,\r
index 4c87b58a5da004d9f4e51a0bdf85c36c6e13006b..cf8c5626be3c6387269203d71acd3c15ce7a75bb 100644 (file)
@@ -44,7 +44,7 @@ typedef struct tdEFI_TCG_PLATFORM_PROTOCOL EFI_TCG_PLATFORM_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_TCG_MEASURE_PE_IMAGE) (\r
+(EFIAPI *EFI_TCG_MEASURE_PE_IMAGE)(\r
   IN      BOOLEAN                   BootPolicy,\r
   IN      EFI_PHYSICAL_ADDRESS      ImageAddress,\r
   IN      UINTN                     ImageSize,\r
@@ -65,7 +65,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_TCG_MEASURE_ACTION) (\r
+(EFIAPI *EFI_TCG_MEASURE_ACTION)(\r
   IN      CHAR8                     *ActionString\r
   );\r
 \r
index ca6416e260a42465b3b7ab06623ea3e0d6b27ff0..d59bc8eb74562cc03fc25c5669ff37fa6a0e8895 100644 (file)
@@ -43,7 +43,7 @@ typedef struct {
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_TCP_WRITE) (\r
+(EFIAPI *EFI_TCP_WRITE)(\r
     IN EFI_PXE_BASE_CODE_PROTOCOL        *This,\r
     IN UINT16                                    OpFlags,\r
     IN UINT16                                    *UrgentPointer,\r
@@ -64,7 +64,7 @@ EFI_STATUS
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_TCP_READ) (\r
+(EFIAPI *EFI_TCP_READ)(\r
     IN EFI_PXE_BASE_CODE_PROTOCOL        *This,\r
     IN UINT16                                    OpFlags,\r
     IN OUT EFI_IP_ADDRESS                        *DestIp,      OPTIONAL\r
@@ -79,7 +79,7 @@ EFI_STATUS
 \r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_TCP_SET_PORT_FILTER) (\r
+(EFIAPI *EFI_TCP_SET_PORT_FILTER)(\r
     IN EFI_PXE_BASE_CODE_PROTOCOL    *This,\r
     IN EFI_TCP_PORT_FILTER                   *NewFilter\r
     );\r