Fix the bug for the structure definition of _EFI_ADAPTER_INFORMATION_PROTOCOL in AdapterInformation.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ari Zigler <ariz@mellanox.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15259 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Ari Zigler 2014-02-25 05:20:31 +00:00 committed by shenshushi
parent e794f18021
commit e27ecde731
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ EFI_STATUS
/// - Sets device information for adapter. /// - Sets device information for adapter.
/// - Gets a list of supported information types for this instance of the protocol. /// - Gets a list of supported information types for this instance of the protocol.
/// ///
typedef struct _EFI_ADAPTER_INFORMATION_PROTOCOL { struct _EFI_ADAPTER_INFORMATION_PROTOCOL {
EFI_ADAPTER_INFO_GET_INFO GetInformation; EFI_ADAPTER_INFO_GET_INFO GetInformation;
EFI_ADAPTER_INFO_SET_INFO SetInformation; EFI_ADAPTER_INFO_SET_INFO SetInformation;
EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES GetSupportedTypes; EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES GetSupportedTypes;