]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ExtendedSalBootService.h
Refine code to make code follow the coding style.
[mirror_edk2.git] / MdePkg / Include / Protocol / ExtendedSalBootService.h
index 6e3507e6de4434bab37751198d9e9462436016bc..bebdb7c3ae313f0a7629f6b3dfee1238af68934f 100644 (file)
@@ -5,8 +5,8 @@
   drivers to update the SAL System Table and register Extended SAL Procedures that are\r
   callable in physical or virtual mode using the SAL calling convention.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   http://opensource.org/licenses/bsd-license.php                                            \r
@@ -48,7 +48,7 @@ typedef struct _EXTENDED_SAL_BOOT_SERVICE_PROTOCOL EXTENDED_SAL_BOOT_SERVICE_PRO
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EXTENDED_SAL_ADD_SST_INFO) (\r
+(EFIAPI *EXTENDED_SAL_ADD_SST_INFO)(\r
   IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL  *This,\r
   IN UINT16                              SalAVersion,\r
   IN UINT16                              SalBVersion,\r
@@ -75,7 +75,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EXTENDED_SAL_ADD_SST_ENTRY) (\r
+(EFIAPI *EXTENDED_SAL_ADD_SST_ENTRY)(\r
   IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL  *This,\r
   IN UINT8                               *TableEntry,\r
   IN UINTN                               EntrySize\r
@@ -104,7 +104,7 @@ EFI_STATUS
 **/\r
 typedef\r
 SAL_RETURN_REGS\r
-(EFIAPI *SAL_INTERNAL_EXTENDED_SAL_PROC) (\r
+(EFIAPI *SAL_INTERNAL_EXTENDED_SAL_PROC)(\r
   IN  UINT64   FunctionId,\r
   IN  UINT64   Arg2,\r
   IN  UINT64   Arg3,\r
@@ -145,7 +145,7 @@ SAL_RETURN_REGS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EXTENDED_SAL_REGISTER_INTERNAL_PROC) (\r
+(EFIAPI *EXTENDED_SAL_REGISTER_INTERNAL_PROC)(\r
   IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL  *This,\r
   IN UINT64                              ClassGuidLo,\r
   IN UINT64                              ClassGuidHi,\r
@@ -184,7 +184,7 @@ EFI_STATUS
 **/\r
 typedef\r
 SAL_RETURN_REGS\r
-(EFIAPI *EXTENDED_SAL_PROC) (\r
+(EFIAPI *EXTENDED_SAL_PROC)(\r
   IN UINT64  ClassGuidLo,\r
   IN UINT64  ClassGuidHi,\r
   IN UINT64  FunctionId,\r