mirror of https://github.com/acidanthera/audk.git
Add EFI_NETWORK_INTERFACE_TYPE definition
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6934 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3609613ee9
commit
d0a915a5ad
|
@ -64,6 +64,15 @@ struct _EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL {
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
///
|
||||||
|
///*******************************************************
|
||||||
|
/// EFI_NETWORK_INTERFACE_TYPE
|
||||||
|
///*******************************************************
|
||||||
|
///
|
||||||
|
typedef enum {
|
||||||
|
EfiNetworkInterfaceUndi = 1
|
||||||
|
} EFI_NETWORK_INTERFACE_TYPE;
|
||||||
|
|
||||||
extern EFI_GUID gEfiNetworkInterfaceIdentifierProtocolGuid;
|
extern EFI_GUID gEfiNetworkInterfaceIdentifierProtocolGuid;
|
||||||
extern EFI_GUID gEfiNetworkInterfaceIdentifierProtocolGuid_31;
|
extern EFI_GUID gEfiNetworkInterfaceIdentifierProtocolGuid_31;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue