]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/FirmwareVolumeBlock.h
1.Updated EFI_FVB_ATTRIBUTES to EFI_FVB_ATTRIBUTES_2 to follow PI spec.
[mirror_edk2.git] / MdePkg / Include / Protocol / FirmwareVolumeBlock.h
index c7e0c2f769fac1bc370ecc66a77115b997152750..0eaf31a1ed0ee3ff11896660ca7904bb1abcaff0 100644 (file)
@@ -31,9 +31,9 @@ typedef struct _EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL EFI_FIRMWARE_VOLUME_BLOCK_PRO
 \r
   @param This       Indicates the EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL instance.\r
 \r
-  @param Attributes Pointer to EFI_FVB_ATTRIBUTES in which the\r
+  @param Attributes Pointer to EFI_FVB_ATTRIBUTES_2 in which the\r
                     attributes and current settings are\r
-                    returned. Type EFI_FVB_ATTRIBUTES is defined\r
+                    returned. Type EFI_FVB_ATTRIBUTES_2 is defined\r
                     in EFI_FIRMWARE_VOLUME_HEADER.\r
 \r
   @retval EFI_SUCCESS The firmware volume attributes were\r
@@ -44,7 +44,7 @@ typedef
 EFI_STATUS\r
 (EFIAPI * EFI_FVB_GET_ATTRIBUTES)(\r
   IN CONST  EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL  *This,\r
-  OUT       EFI_FVB_ATTRIBUTES                  *Attributes\r
+  OUT       EFI_FVB_ATTRIBUTES_2                *Attributes\r
 );\r
 \r
 \r
@@ -55,11 +55,11 @@ EFI_STATUS
   @param This         Indicates the EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL instance.\r
 \r
   @param Attributes   On input, Attributes is a pointer to\r
-                      EFI_FVB_ATTRIBUTES that contains the\r
+                      EFI_FVB_ATTRIBUTES_2 that contains the\r
                       desired firmware volume settings. On\r
                       successful return, it contains the new\r
                       settings of the firmware volume. Type\r
-                      EFI_FVB_ATTRIBUTES is defined in\r
+                      EFI_FVB_ATTRIBUTES_2 is defined in\r
                       EFI_FIRMWARE_VOLUME_HEADER.\r
   \r
   @retval EFI_SUCCESS           The firmware volume attributes were returned.\r
@@ -74,7 +74,7 @@ typedef
 EFI_STATUS\r
 (EFIAPI * EFI_FVB_SET_ATTRIBUTES)(\r
   IN CONST  EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL  *This,\r
-  IN OUT    EFI_FVB_ATTRIBUTES                  *Attributes\r
+  IN OUT    EFI_FVB_ATTRIBUTES_2                *Attributes\r
 );\r
 \r
 \r