]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/SimpleFileSystem.h
Add EFI_FILE_PROTOCOL_LATEST_REVISION macro to SimpleFileSystem.h.
[mirror_edk2.git] / MdePkg / Include / Protocol / SimpleFileSystem.h
index bc6718cf68ca573aa5a591aeed396cc0d0c66fda..461e568225f6fc56e85630664c675a160e875cfe 100644 (file)
@@ -7,7 +7,7 @@
 \r
   UEFI 2.0 can boot from any valid EFI image contained in a SimpleFileSystem.\r
 \r
 \r
   UEFI 2.0 can boot from any valid EFI image contained in a SimpleFileSystem.\r
 \r
-Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -517,8 +517,10 @@ EFI_STATUS
   IN OUT EFI_FILE_IO_TOKEN    *Token\r
   );\r
 \r
   IN OUT EFI_FILE_IO_TOKEN    *Token\r
   );\r
 \r
-#define EFI_FILE_PROTOCOL_REVISION    0x00010000\r
-#define EFI_FILE_PROTOCOL_REVISION2   0x00020000\r
+#define EFI_FILE_PROTOCOL_REVISION        0x00010000\r
+#define EFI_FILE_PROTOCOL_REVISION2       0x00020000\r
+#define EFI_FILE_PROTOCOL_LATEST_REVISION EFI_FILE_PROTOCOL_REVISION2\r
+\r
 //\r
 // Revision defined in EFI1.1.\r
 // \r
 //\r
 // Revision defined in EFI1.1.\r
 // \r
@@ -534,8 +536,8 @@ EFI_STATUS
 struct _EFI_FILE_PROTOCOL {\r
   ///\r
   /// The version of the EFI_FILE_PROTOCOL interface. The version specified \r
 struct _EFI_FILE_PROTOCOL {\r
   ///\r
   /// The version of the EFI_FILE_PROTOCOL interface. The version specified \r
-  /// by this specification is 0x00010000. Future versions are required \r
-  /// to be backward compatible to version 1.0.\r
+  /// by this specification is EFI_FILE_PROTOCOL_LATEST_REVISION.\r
+  /// Future versions are required to be backward compatible to version 1.0.\r
   ///\r
   UINT64                Revision;\r
   EFI_FILE_OPEN         Open;\r
   ///\r
   UINT64                Revision;\r
   EFI_FILE_OPEN         Open;\r