]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/FindFv/FindFv.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / FindFv / FindFv.h
index 72935f43a3146bc63be8d1a546e72dd0dd844733..edfa798c2658b573e6879059353103c3ad855477 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
@@ -28,7 +28,7 @@ Abstract:
 \r
 #define EFI_FIND_FV_PPI_GUID \\r
   { \\r
-    0x36164812, 0xa023, 0x44e5, 0xbd, 0x85, 0x5, 0xbf, 0x3c, 0x77, 0x0, 0xaa \\r
+    0x36164812, 0xa023, 0x44e5, {0xbd, 0x85, 0x5, 0xbf, 0x3c, 0x77, 0x0, 0xaa} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_FIND_FV_PPI);\r
@@ -42,9 +42,9 @@ EFI_STATUS
   EFI_FIRMWARE_VOLUME_HEADER  **FVAddress\r
   );\r
 \r
-typedef struct _EFI_FIND_FV_PPI {\r
+struct _EFI_FIND_FV_PPI {\r
   EFI_FIND_FV_FINDFV  FindFv;\r
-} EFI_FIND_FV_PPI;\r
+};\r
 \r
 extern EFI_GUID gEfiFindFvPpiGuid;\r
 \r