]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Protocol/FirmwareVolume/FirmwareVolume.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Protocol / FirmwareVolume / FirmwareVolume.h
index 62bc49227315c9c92b0dece3ca65388ec7033347..c482db1120a2fb42f457cc8e4da9854ac25236a7 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, 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
@@ -34,12 +34,10 @@ Abstract:
 //\r
 #define EFI_FIRMWARE_VOLUME_PROTOCOL_GUID \\r
   { \\r
-    0x389F751F, 0x1838, 0x4388, 0x83, 0x90, 0xCD, 0x81, 0x54, 0xBD, 0x27, 0xF8 \\r
+    0x389F751F, 0x1838, 0x4388, {0x83, 0x90, 0xCD, 0x81, 0x54, 0xBD, 0x27, 0xF8} \\r
   }\r
 \r
 \r
-EFI_FORWARD_DECLARATION (EFI_FIRMWARE_VOLUME_PROTOCOL);\r
-\r
 //\r
 // ************************************************************\r
 // EFI_FV_ATTRIBUTES bit definitions\r
@@ -285,7 +283,7 @@ Returns:
   EFI_ACCESS_DENIED\r
 \r
 --*/\r
-typedef struct _EFI_FIRMWARE_VOLUME_PROTOCOL {\r
+struct _EFI_FIRMWARE_VOLUME_PROTOCOL {\r
   FV_GET_ATTRIBUTES GetVolumeAttributes;\r
   FV_SET_ATTRIBUTES SetVolumeAttributes;\r
   FV_READ_FILE      ReadFile;\r
@@ -294,7 +292,7 @@ typedef struct _EFI_FIRMWARE_VOLUME_PROTOCOL {
   FV_GET_NEXT_FILE  GetNextFile;\r
   UINT32            KeySize;\r
   EFI_HANDLE        ParentHandle;\r
-} EFI_FIRMWARE_VOLUME_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiFirmwareVolumeProtocolGuid;\r
 \r