]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Ppi/FirmwareVolume/FirmwareVolume.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Ppi / FirmwareVolume / FirmwareVolume.h
index 6196da593847799c1ef8803353fdd2461659cadd..e3740169ae3da8420c2ae1ec8b3acda19049c811 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2007, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2007 - 2010, 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
@@ -24,7 +24,13 @@ Abstract:
 \r
 EFI_FORWARD_DECLARATION (EFI_PEI_FIRMWARE_VOLUME_PPI);\r
 \r
-typedef UINT32  EFI_FV_FILE_ATTRIBUTES;\r
+//\r
+// Statements that include other files\r
+//\r
+#include "EfiFirmwareVolumeHeader.h"\r
+#include "EfiFirmwareFileSystem.h"\r
+#include "EfiFirmwareVolume.h"\r
+\r
 typedef VOID  * EFI_PEI_FILE_HANDLE;\r
 typedef VOID  * EFI_PEI_FV_HANDLE;\r
 \r
@@ -71,7 +77,7 @@ EFI_STATUS
 (EFIAPI *EFI_PEI_FV_FIND_FILE_NAME) (\r
   IN CONST EFI_PEI_FIRMWARE_VOLUME_PPI     *This,\r
   IN CONST EFI_GUID                        *FileName,\r
-  IN EFI_PEI_FV_HANDLE                     FvHandle,\r
+  IN OUT EFI_PEI_FV_HANDLE                 *FvHandle,\r
   OUT EFI_PEI_FILE_HANDLE                  *FileHandle\r
   );\r
 \r