]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / SimpleFileSystem / SimpleFileSystem.h
index d9f003255960478927230d3468ad8d14cd2a8242..6abd11d5bf86d4aebb3e74509d806e4d28a641ee 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -35,6 +35,8 @@ Abstract:
 \r
 EFI_FORWARD_DECLARATION (EFI_SIMPLE_FILE_SYSTEM_PROTOCOL);\r
 EFI_FORWARD_DECLARATION (EFI_FILE);\r
+typedef struct _EFI_FILE *EFI_FILE_HANDLE;\r
+typedef struct _EFI_FILE EFI_FILE_PROTOCOL;\r
 \r
 typedef\r
 EFI_STATUS\r
@@ -356,7 +358,7 @@ EFI_STATUS
 ;\r
 \r
 #define EFI_FILE_HANDLE_REVISION  0x00010000\r
-typedef struct _EFI_FILE {\r
+struct _EFI_FILE {\r
   UINT64                Revision;\r
   EFI_FILE_OPEN         Open;\r
   EFI_FILE_CLOSE        Close;\r
@@ -368,7 +370,7 @@ typedef struct _EFI_FILE {
   EFI_FILE_GET_INFO     GetInfo;\r
   EFI_FILE_SET_INFO     SetInfo;\r
   EFI_FILE_FLUSH        Flush;\r
-} *EFI_FILE_HANDLE;\r
+};\r
 \r
 extern EFI_GUID gEfiSimpleFileSystemProtocolGuid;\r
 \r