Fixes for the ARM port of SCTs
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10656 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -366,6 +366,19 @@ typedef struct {
|
||||
#define ISCSI_LOGIN_OPTION_CHAP_BI 0x0000
|
||||
#define ISCSI_LOGIN_OPTION_CHAP_UNI 0x2000
|
||||
|
||||
///
|
||||
/// VLAN Device Path SubType.
|
||||
///
|
||||
#define MSG_VLAN_DP 0x14
|
||||
typedef struct {
|
||||
EFI_DEVICE_PATH_PROTOCOL Header;
|
||||
///
|
||||
/// VLAN identifier (0-4094).
|
||||
///
|
||||
UINT16 VlanId;
|
||||
} VLAN_DEVICE_PATH;
|
||||
|
||||
|
||||
//
|
||||
// Media Device Path
|
||||
//
|
||||
|
Reference in New Issue
Block a user