From d0a915a5ad4efb7e2d0d7a29fc157bdf1b475d80 Mon Sep 17 00:00:00 2001 From: lgao4 Date: Tue, 9 Dec 2008 09:33:47 +0000 Subject: Add EFI_NETWORK_INTERFACE_TYPE definition git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6934 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h b/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h index cebed6e1c1..02b8d1c9e1 100644 --- a/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h +++ b/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h @@ -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_31; -- cgit v1.2.3