]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/SwapAddressRange.h
Minor update to some protocol interface function prototype for Doxygen document
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / SwapAddressRange.h
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