]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Minor update to some protocol interface function prototype for Doxygen document
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Mar 2010 06:31:45 +0000 (06:31 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 5 Mar 2010 06:31:45 +0000 (06:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10207 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Include/Protocol/FaultTolerantWrite.h
MdeModulePkg/Include/Protocol/Print2.h
MdeModulePkg/Include/Protocol/SwapAddressRange.h

index 67a45c15355d1979fcccb65c6e8f02104a990a16..6767d65a9aef004017db045f1e55e0ac681fbb38 100644 (file)
@@ -4,7 +4,7 @@ write capability for block devices.  The protocol provides for non-volatile
 storage of the intermediate data and private information a caller would need to \r
 recover from a critical fault, such as a power failure.   \r
 \r
-Copyright (c) 2009, Intel Corporation                                                         \r
+Copyright (c) 2009 - 2010, Intel Corporation                                                         \r
 All rights reserved. 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
@@ -42,7 +42,7 @@ typedef struct _EFI_FAULT_TOLERANT_WRITE_PROTOCOL  EFI_FAULT_TOLERANT_WRITE_PROT
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_FAULT_TOLERANT_WRITE_GET_MAX_BLOCK_SIZE) (\r
+(EFIAPI *EFI_FAULT_TOLERANT_WRITE_GET_MAX_BLOCK_SIZE)(\r
   IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL    * This,\r
   OUT UINTN                               *BlockSize\r
   );\r
@@ -70,7 +70,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_FAULT_TOLERANT_WRITE_ALLOCATE) (\r
+(EFIAPI *EFI_FAULT_TOLERANT_WRITE_ALLOCATE)(\r
   IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL    * This,\r
   IN EFI_GUID                             * CallerId,\r
   IN UINTN                                PrivateDataSize,\r
@@ -106,7 +106,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_FAULT_TOLERANT_WRITE_WRITE) (\r
+(EFIAPI *EFI_FAULT_TOLERANT_WRITE_WRITE)(\r
   IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL     * This,\r
   IN EFI_LBA                               Lba,\r
   IN UINTN                                 Offset,\r
@@ -131,7 +131,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_FAULT_TOLERANT_WRITE_RESTART) (\r
+(EFIAPI *EFI_FAULT_TOLERANT_WRITE_RESTART)(\r
   IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL     * This,\r
   IN EFI_HANDLE                            FvbHandle\r
   );\r
@@ -148,7 +148,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_FAULT_TOLERANT_WRITE_ABORT) (\r
+(EFIAPI *EFI_FAULT_TOLERANT_WRITE_ABORT)(\r
   IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL     * This\r
   );\r
 \r
@@ -179,7 +179,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_FAULT_TOLERANT_WRITE_GET_LAST_WRITE) (\r
+(EFIAPI *EFI_FAULT_TOLERANT_WRITE_GET_LAST_WRITE)(\r
   IN EFI_FAULT_TOLERANT_WRITE_PROTOCOL     * This,\r
   OUT EFI_GUID                             * CallerId,\r
   OUT EFI_LBA                              *Lba,\r
index 5ccc233408d739420dd765681eba09e0b9d0e505..370b13a7a76765142d572f1cab51676e55237ba7 100644 (file)
@@ -3,7 +3,7 @@
   This print protocol defines six basic print functions to \r
   print the format unicode and ascii string.\r
 \r
-Copyright (c) 2006 - 2009, Intel Corporation\r
+Copyright (c) 2006 - 2010, Intel Corporation\r
 All rights reserved. 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
@@ -60,7 +60,7 @@ typedef struct _EFI_PRINT2_PROTOCOL  EFI_PRINT2_PROTOCOL;
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *UNICODE_BS_PRINT) (\r
+(EFIAPI *UNICODE_BS_PRINT)(\r
   OUT CHAR16        *StartOfBuffer,\r
   IN  UINTN         BufferSize,\r
   IN  CONST CHAR16  *FormatString,\r
@@ -102,7 +102,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *UNICODE_S_PRINT) (\r
+(EFIAPI *UNICODE_S_PRINT)(\r
   OUT CHAR16        *StartOfBuffer,\r
   IN  UINTN         BufferSize,\r
   IN  CONST CHAR16  *FormatString,\r
@@ -143,7 +143,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *UNICODE_BS_PRINT_ASCII_FORMAT) (\r
+(EFIAPI *UNICODE_BS_PRINT_ASCII_FORMAT)(\r
   OUT CHAR16       *StartOfBuffer,\r
   IN  UINTN        BufferSize,\r
   IN  CONST CHAR8  *FormatString,\r
@@ -184,7 +184,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *UNICODE_S_PRINT_ASCII_FORMAT) (\r
+(EFIAPI *UNICODE_S_PRINT_ASCII_FORMAT)(\r
   OUT CHAR16       *StartOfBuffer,\r
   IN  UINTN        BufferSize,\r
   IN  CONST CHAR8  *FormatString,\r
@@ -234,7 +234,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *UNICODE_VALUE_TO_STRING) (\r
+(EFIAPI *UNICODE_VALUE_TO_STRING)(\r
   IN OUT CHAR16  *Buffer,\r
   IN UINTN       Flags,\r
   IN INT64       Value,\r
@@ -274,7 +274,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *ASCII_BS_PRINT) (\r
+(EFIAPI *ASCII_BS_PRINT)(\r
   OUT CHAR8         *StartOfBuffer,\r
   IN  UINTN         BufferSize,\r
   IN  CONST CHAR8   *FormatString,\r
@@ -314,7 +314,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *ASCII_S_PRINT) (\r
+(EFIAPI *ASCII_S_PRINT)(\r
   OUT CHAR8        *StartOfBuffer,\r
   IN  UINTN        BufferSize,\r
   IN  CONST CHAR8  *FormatString,\r
@@ -355,7 +355,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *ASCII_BS_PRINT_UNICODE_FORMAT) (\r
+(EFIAPI *ASCII_BS_PRINT_UNICODE_FORMAT)(\r
   OUT CHAR8         *StartOfBuffer,\r
   IN  UINTN         BufferSize,\r
   IN  CONST CHAR16  *FormatString,\r
@@ -396,7 +396,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *ASCII_S_PRINT_UNICODE_FORMAT) (\r
+(EFIAPI *ASCII_S_PRINT_UNICODE_FORMAT)(\r
   OUT CHAR8         *StartOfBuffer,\r
   IN  UINTN         BufferSize,\r
   IN  CONST CHAR16  *FormatString,\r
@@ -444,7 +444,7 @@ UINTN
 **/\r
 typedef\r
 UINTN\r
-(EFIAPI *ASCII_VALUE_TO_STRING) (\r
+(EFIAPI *ASCII_VALUE_TO_STRING)(\r
   OUT CHAR8      *Buffer,\r
   IN  UINTN      Flags,\r
   IN  INT64      Value,\r
index 4018ba49b6d269d8eef0136693fb552605e4bbac..7e536c58736d537eb5b386f09297cba675198ecb 100644 (file)
@@ -5,7 +5,7 @@ power failure happens during the boot block update, the swapped backup block (no
 can boot the machine with the old boot block backed up in it. The swap operation is platform dependent, so \r
 other protocols such as FTW (Fault Tolerant Write) should use this protocol instead of handling hardware directly.\r
 \r
-Copyright (c) 2009, Intel Corporation                                                         \r
+Copyright (c) 2009 - 2010, Intel Corporation                                                         \r
 All rights reserved. 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
@@ -54,7 +54,7 @@ typedef UINT8 EFI_SWAP_LOCK_CAPABILITY;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_GET_RANGE_LOCATION) (\r
+(EFIAPI *EFI_GET_RANGE_LOCATION)(\r
   IN EFI_SWAP_ADDRESS_RANGE_PROTOCOL            *This,\r
   OUT EFI_PHYSICAL_ADDRESS                      *BootBlockBase,\r
   OUT UINTN                                     *BootBlockSize,\r
@@ -74,7 +74,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_GET_SWAP_STATE) (\r
+(EFIAPI *EFI_GET_SWAP_STATE)(\r
   IN EFI_SWAP_ADDRESS_RANGE_PROTOCOL            *This,\r
   OUT BOOLEAN                                   *SwapState\r
   );\r
@@ -94,7 +94,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SET_SWAP_STATE) (\r
+(EFIAPI *EFI_SET_SWAP_STATE)(\r
   IN EFI_SWAP_ADDRESS_RANGE_PROTOCOL            *This,\r
   IN BOOLEAN                                    NewSwapState\r
   );\r
@@ -115,7 +115,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_GET_RTC_POWER_STATUS) (\r
+(EFIAPI *EFI_GET_RTC_POWER_STATUS)(\r
   IN EFI_SWAP_ADDRESS_RANGE_PROTOCOL            *This,\r
   OUT BOOLEAN                                   *RtcPowerFailed\r
   );\r
@@ -132,7 +132,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_GET_SWAP_LOCK_CAPABILITY) (\r
+(EFIAPI *EFI_GET_SWAP_LOCK_CAPABILITY)(\r
   IN EFI_SWAP_ADDRESS_RANGE_PROTOCOL            *This,\r
   OUT EFI_SWAP_LOCK_CAPABILITY                  *LockCapability\r
   );\r
@@ -153,7 +153,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SET_SWAP_LOCK) (\r
+(EFIAPI *EFI_SET_SWAP_LOCK)(\r
   IN EFI_SWAP_ADDRESS_RANGE_PROTOCOL            *This,\r
   IN EFI_SWAP_LOCK_CAPABILITY                   LockCapability,\r
   IN BOOLEAN                                    NewLockState\r