mirror of https://github.com/acidanthera/audk.git
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:
parent
e794f18021
commit
e27ecde731
|
@ -207,7 +207,7 @@ EFI_STATUS
|
|||
/// - Sets device information for adapter.
|
||||
/// - 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_SET_INFO SetInformation;
|
||||
EFI_ADAPTER_INFO_GET_SUPPORTED_TYPES GetSupportedTypes;
|
||||
|
|
Loading…
Reference in New Issue