summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/HiiConfigRouting.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 18:33:40 +0000
commit721b16af11941318ff27684da8bb7a90c9118385 (patch)
tree85b4c6f59be589d1eec0b507da3aa60a81d2b836 /MdePkg/Include/Protocol/HiiConfigRouting.h
parenta4e0b060c6484fd2576fcd906a7b0d4519053c52 (diff)
downloadedk2-721b16af11941318ff27684da8bb7a90c9118385.zip
edk2-721b16af11941318ff27684da8bb7a90c9118385.tar.gz
edk2-721b16af11941318ff27684da8bb7a90c9118385.tar.bz2
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6095 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/HiiConfigRouting.h')
-rw-r--r--MdePkg/Include/Protocol/HiiConfigRouting.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h
index 176e096..93ff5d0 100644
--- a/MdePkg/Include/Protocol/HiiConfigRouting.h
+++ b/MdePkg/Include/Protocol/HiiConfigRouting.h
@@ -25,7 +25,6 @@
typedef struct _EFI_HII_CONFIG_ROUTING_PROTOCOL EFI_HII_CONFIG_ROUTING_PROTOCOL;
-
/**
This function allows the caller to request the current
@@ -396,32 +395,6 @@ EFI_STATUS
This protocol defines the configuration routing interfaces
between external applications and the HII. There may only be one
instance of this protocol in the system.
-
- @param ExtractConfig
- This function allows a caller to extract the current configuration for
- one or more named elements from one or more drivers.
-
- @param ExportConfig
- This function allows the caller to request the current configuration for
- the entirety of the current HII database and returns the data
- in a null-terminated Unicode string.
-
- @param RouteConfig
- This function processes the results of processing forms and routes it
- to the appropriate handlers or storage.
-
- @param BlockToConfig
- This helper function is to be called by drivers to map configuration data
- stored in byte array ("block") formats such as UEFI Variables into current
- configuration strings.
-
- @param ConfigToBlock
- This helper function is to be called by drivers to map configuration strings
- to configurations stored in byte array ("block") formats such as UEFI Variables.
-
- @param GetAltConfig
- This helper function is to be called by drivers to extract portions of a larger configuration string.
-
**/
struct _EFI_HII_CONFIG_ROUTING_PROTOCOL {
EFI_HII_ROUTING_EXTRACT_CONFIG ExtractConfig;