diff options
author | Gao, Liming <liming.gao@intel.com> | 2014-05-12 09:41:58 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-05-12 09:41:58 +0000 |
commit | 46d491d2587ee5cba735efb7e10ecdaec8aa5c70 (patch) | |
tree | 1011943e9a13fda6dfc1176a637762ba4e68e1b8 /MdePkg/Include/Protocol/AdapterInformation.h | |
parent | 690f491dbad5722ac25757f8177a41d7144d7a31 (diff) | |
download | edk2-platforms-46d491d2587ee5cba735efb7e10ecdaec8aa5c70.tar.xz |
Update function descriptions of AIP EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <liming.gao@intel.com>
Reviewed-by: Qiu, Shumin <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15520 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/AdapterInformation.h')
-rw-r--r-- | MdePkg/Include/Protocol/AdapterInformation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/AdapterInformation.h b/MdePkg/Include/Protocol/AdapterInformation.h index e6be075a79..63b560a106 100644 --- a/MdePkg/Include/Protocol/AdapterInformation.h +++ b/MdePkg/Include/Protocol/AdapterInformation.h @@ -179,9 +179,9 @@ EFI_STATUS InfoTypesBufferCount.
@param[in] This A pointer to the EFI_ADAPTER_INFORMATION_PROTOCOL instance.
- @param[out] InfoTypesBuffer A pointer to the list of InformationType GUID pointers that are supported
+ @param[out] InfoTypesBuffer A pointer to the array of InformationType GUIDs that are supported
by This.
- @param[out] InfoTypesBufferCount A pointer to the number of GUID pointers present in InfoTypesBuffer.
+ @param[out] InfoTypesBufferCount A pointer to the number of GUIDs present in InfoTypesBuffer.
@retval EFI_SUCCESS The list of information type GUIDs that are supported on this adapter was
returned in InfoTypesBuffer. The number of information type GUIDs was
|