summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-26 22:36:08 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-26 22:36:08 +0000
commite104fc15dcb3788348fd0a7659712f1497700905 (patch)
tree16287f7b58a87aa6bb8613ec29474d4921efd889 /EdkCompatibilityPkg
parentaf823bdc0729e0f11d1c8a87eb7e9e2da6388446 (diff)
downloadedk2-e104fc15dcb3788348fd0a7659712f1497700905.zip
edk2-e104fc15dcb3788348fd0a7659712f1497700905.tar.gz
edk2-e104fc15dcb3788348fd0a7659712f1497700905.tar.bz2
edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h:
Added back 'typedef' needed for EFI_FILE_HANDLE. It should not have been removed in r4928. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4952 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h
index 7e36111..f0c7725 100644
--- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h
+++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/SimpleFileSystem.h
@@ -356,7 +356,7 @@ EFI_STATUS
;
#define EFI_FILE_HANDLE_REVISION 0x00010000
-struct _EFI_FILE {
+typedef struct _EFI_FILE {
UINT64 Revision;
EFI_FILE_OPEN Open;
EFI_FILE_CLOSE Close;