mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
Fix the typo for the structure definition of EFI_ADAPTER_INFO_NETWORK_BOOT in AdapterInformation.
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15187 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6924dbdf39
commit
7771be9fd0
@ -63,7 +63,7 @@ typedef struct {
|
|||||||
///
|
///
|
||||||
/// TRUE if the adapter supports booting from iSCSI IPv4 targets.
|
/// TRUE if the adapter supports booting from iSCSI IPv4 targets.
|
||||||
///
|
///
|
||||||
BOOLEAN iSsciIpv4BootCapablity;
|
BOOLEAN iScsiIpv4BootCapablity;
|
||||||
///
|
///
|
||||||
/// TRUE if the adapter supports booting from iSCSI IPv6 targets.
|
/// TRUE if the adapter supports booting from iSCSI IPv6 targets.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user