diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 09:33:47 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-09 09:33:47 +0000 |
commit | d0a915a5ad4efb7e2d0d7a29fc157bdf1b475d80 (patch) | |
tree | d960afda911c22eada8207003279a666b01a5b9d | |
parent | 3609613ee940760579b2561e9a9ffaa2abccfea6 (diff) | |
download | edk2-platforms-d0a915a5ad4efb7e2d0d7a29fc157bdf1b475d80.tar.xz |
Add EFI_NETWORK_INTERFACE_TYPE definition
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6934 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h | 9 |
1 files changed, 9 insertions, 0 deletions
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;
|