]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/FirmwareVolumeHeader.h
Grammatical and disclaimer changes (does not follow internal C coding stds.)
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / FirmwareVolumeHeader.h
index 22bef125e42bac05a10cfccb52a2ea1d2277a253..ba5f20bacb35c9c91df320e57d201644dc5541a0 100644 (file)
@@ -1,19 +1,19 @@
 /** @file\r
-  Defines data structure that is the volume header found at the beginning of\r
+  Defines the data structure that is the volume header found at the beginning of\r
   all firmware volumes that are either memory mapped or have an\r
   associated FirmwareVolumeBlock protocol.\r
 \r
-  Copyright (c) 2006-2009, 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
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2006 - 2010, Intel Corporation.  All rights reserved<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php.                                          \r
+    \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
   @par Revision Reference:\r
-  These definitions are from Firmware Volume Block Spec 0.9.\r
+  These definitions are from the Firmware Volume Block Spec 0.9.\r
 \r
 **/\r
 \r
@@ -21,7 +21,7 @@
 #define __EFI_FIRMWARE_VOLUME_HEADER_H__\r
 \r
 ///\r
-/// Firmware Volume Block Attributes bit definitions\r
+/// Firmware Volume Block Attributes bit definitions.\r
 ///@{\r
 #define EFI_FVB_READ_DISABLED_CAP   0x00000001\r
 #define EFI_FVB_READ_ENABLED_CAP    0x00000002\r
@@ -65,9 +65,9 @@
                                 EFI_FVB_LOCK_CAP \\r
                               )\r
 \r
-/** A parameterized macro defining a boolean expression which tests the state of a particular bit.\r
+/** A parameterized macro defining a boolean expression that tests the state of a particular bit.\r
   *\r
-  * @param FvbAttributes  Indicates test for CLEAR if EFI_FVB_ERASE_POLARITY is 1, else test for SET\r
+  * @param FvbAttributes  Indicates a test for CLEAR if EFI_FVB_ERASE_POLARITY is 1, else test for SET.\r
   *\r
   * @param TestAttributes The set of bits to test.\r
   *\r
@@ -79,7 +79,7 @@
       ((FvbAttributes & EFI_FVB_ERASE_POLARITY) ? (((~TestAttributes) & Bit) == Bit) : ((TestAttributes & Bit) == Bit)) \\r
     )\r
 \r
-/// A simple macro defined as the set of all FV Block Attribute bits which indicate status.\r
+/// A simple macro defined as the set of all FV Block Attribute bits that indicate status.\r
 #define EFI_FVB_STATUS    (EFI_FVB_READ_STATUS | EFI_FVB_WRITE_STATUS | EFI_FVB_LOCK_STATUS)\r
 \r
 #endif  /* __EFI_FIRMWARE_VOLUME_HEADER_H__ */\r