]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/HiiConfigRouting.h
update comments per review comments.
[mirror_edk2.git] / MdePkg / Include / Protocol / HiiConfigRouting.h
index 1530bb824c571538c803a1ec2b62de2ed211e7c9..dbdaca382775c0c4e94074808bad5828c88aa817 100644 (file)
@@ -5,7 +5,7 @@
   information from configuration applications, routing the\r
   results to the appropriate drivers.\r
   \r
-  Copyright (c) 2006 - 2008, Intel Corporation\r
+  Copyright (c) 2006 - 2009, Intel Corporation\r
   All rights reserved. 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
@@ -108,7 +108,7 @@ typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_HII_ROUTING_EXTRACT_CONFIG)(\r
+(EFIAPI * EFI_HII_EXTRACT_CONFIG)(\r
   IN CONST  EFI_HII_CONFIG_ROUTING_PROTOCOL *This,\r
   IN CONST  EFI_STRING                      Request,\r
   OUT       EFI_STRING                      *Progress,\r
@@ -124,7 +124,7 @@ EFI_STATUS
   call has deceptively few inputs but the implementation is likely\r
   to be somewhat complex. The requirement is to scan all IFR in\r
   the HII database to determine the list of names and then request\r
-  the configuration using the corresponding drivers??\r
+  the configuration using the corresponding drivers.\r
   EFI_HII_CONFIG_ACCESS_PROTOCOL.ExtractConfig() interfaces below.\r
   \r
   @param This     Points to the EFI_HII_CONFIG_ROUTING_PROTOCOL instance.\r
@@ -152,7 +152,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_HII_ROUTING_EXPORT_CONFIG)(\r
+(EFIAPI * EFI_HII_EXPORT_CONFIG)(\r
   IN CONST  EFI_HII_CONFIG_ROUTING_PROTOCOL *This,\r
   OUT       EFI_STRING                      *Results\r
 );\r
@@ -199,7 +199,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_HII_ROUTING_ROUTE_CONFIG)(\r
+(EFIAPI * EFI_HII_ROUTE_CONFIG)(\r
   IN CONST  EFI_HII_CONFIG_ROUTING_PROTOCOL *This,\r
   IN CONST  EFI_STRING                      Configuration,\r
   OUT       EFI_STRING                      *Progress\r
@@ -269,7 +269,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_HII_ROUTING_BLOCK_TO_CONFIG)(\r
+(EFIAPI * EFI_HII_BLOCK_TO_CONFIG)(\r
   IN CONST  EFI_HII_CONFIG_ROUTING_PROTOCOL *This,\r
   IN CONST  EFI_STRING                      ConfigRequest,\r
   IN CONST  UINT8                           *Block,\r
@@ -339,7 +339,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI * EFI_HII_ROUTING_CONFIG_TO_BLOCK)(\r
+(EFIAPI * EFI_HII_CONFIG_TO_BLOCK)(\r
   IN CONST  EFI_HII_CONFIG_ROUTING_PROTOCOL *This,\r
   IN CONST  EFI_STRING                      ConfigResp,\r
   IN OUT    UINT8                           *Block,\r
@@ -397,11 +397,11 @@ EFI_STATUS
 /// instance of this protocol in the system.\r
 ///\r
 struct _EFI_HII_CONFIG_ROUTING_PROTOCOL {\r
-  EFI_HII_ROUTING_EXTRACT_CONFIG  ExtractConfig;\r
-  EFI_HII_ROUTING_EXPORT_CONFIG   ExportConfig;\r
-  EFI_HII_ROUTING_ROUTE_CONFIG    RouteConfig;\r
-  EFI_HII_ROUTING_BLOCK_TO_CONFIG BlockToConfig;\r
-  EFI_HII_ROUTING_CONFIG_TO_BLOCK ConfigToBlock;\r
+  EFI_HII_EXTRACT_CONFIG  ExtractConfig;\r
+  EFI_HII_EXPORT_CONFIG   ExportConfig;\r
+  EFI_HII_ROUTE_CONFIG    RouteConfig;\r
+  EFI_HII_BLOCK_TO_CONFIG BlockToConfig;\r
+  EFI_HII_CONFIG_TO_BLOCK ConfigToBlock;\r
   EFI_HII_GET_ALT_CFG             GetAltConfig;\r
 };\r
 \r