]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Protocol/FormBrowserEx.h
MdeModulePkg FormBrowserEx: Change its structure name with EDKII_ prefix
[mirror_edk2.git] / MdeModulePkg / Include / Protocol / FormBrowserEx.h
index ef3e8cbceba7b83ef36f572972cdbae897165e53..512de448d33b43e78565c364c9d0cf7f63dbd36a 100644 (file)
@@ -2,7 +2,7 @@
   Extension Form Browser Protocol provides the services that can be used to \r
   register the different hot keys for the standard Browser actions described in UEFI specification.\r
 \r
-Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2016, 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
@@ -19,7 +19,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #define FORM_BROWSER_EXTENSION_PROTOCOL_GUID  \\r
   { 0x1f73b18d, 0x4630, 0x43c1, { 0xa1, 0xde, 0x6f, 0x80, 0x85, 0x5d, 0x7d, 0xa4 } }\r
 \r
-typedef struct _EFI_FORM_BROWSER_EXTENSION_PROTOCOL   EFI_FORM_BROWSER_EXTENSION_PROTOCOL;\r
+typedef struct _EDKII_FORM_BROWSER_EXTENSION_PROTOCOL   EDKII_FORM_BROWSER_EXTENSION_PROTOCOL;\r
+\r
+//\r
+// To be compatible, keep EFI_FORM_BROWSER_EXTENSION_PROTOCOL definition\r
+//\r
+typedef EDKII_FORM_BROWSER_EXTENSION_PROTOCOL   EFI_FORM_BROWSER_EXTENSION_PROTOCOL;\r
 \r
 //\r
 // Return value of SAVE_REMINDER() that describes whether the changed data is saved or discarded.\r
@@ -137,7 +142,7 @@ UINT32
   VOID\r
   );\r
 \r
-struct _EFI_FORM_BROWSER_EXTENSION_PROTOCOL {\r
+struct _EDKII_FORM_BROWSER_EXTENSION_PROTOCOL {\r
   SET_SCOPE              SetScope;\r
   REGISTER_HOT_KEY       RegisterHotKey;\r
   REGISTER_EXIT_HANDLER  RegiserExitHandler;\r
@@ -145,6 +150,7 @@ struct _EFI_FORM_BROWSER_EXTENSION_PROTOCOL {
 };\r
 \r
 extern EFI_GUID gEfiFormBrowserExProtocolGuid;\r
+extern EFI_GUID gEdkiiFormBrowserExProtocolGuid;\r
 \r
 #endif\r
 \r