]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ManagedNetwork.h
Update CopyRight to 2008
[mirror_edk2.git] / MdePkg / Include / Protocol / ManagedNetwork.h
index fb6b43b1cd1c850b154865a5e0344a3a3974ec40..c04e6ce89ae1d958dc147dcc0c993cd9fe53e8b3 100644 (file)
@@ -2,7 +2,7 @@
   EFI_MANAGED_NETWORK_SERVICE_BINDING_PROTOCOL as defined in UEFI 2.0.\r
   EFI_MANAGED_NETWORK_PROTOCOL as defined in UEFI 2.0.\r
 \r
-  Copyright (c) 2006, Intel Corporation\r
+  Copyright (c) 2006 - 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -13,8 +13,8 @@
 \r
 **/\r
 \r
-#ifndef _EFI_MANAGED_NETWORK_PROTOCOL_H\r
-#define _EFI_MANAGED_NETWORK_PROTOCOL_H\r
+#ifndef __EFI_MANAGED_NETWORK_PROTOCOL_H__\r
+#define __EFI_MANAGED_NETWORK_PROTOCOL_H__\r
 \r
 #include <Protocol/SimpleNetwork.h>\r
 \r
@@ -297,6 +297,39 @@ EFI_STATUS
   )\r
 ;\r
 \r
+/**  \r
+  @par Protocol Description:\r
+  The MNP is used by network applications (and drivers) to \r
+  perform raw (unformatted) asynchronous network packet I/O.\r
\r
+  @param GetModeData\r
+  Returns the current MNP child driver operational parameters. \r
+  May also support returning underlying Simple Network Protocol (SNP) driver mode data. \r
+\r
+  @param Configure\r
+  Sets and clears operational parameters for an MNP child driver. \r
+\r
+  @param McastIpToMac\r
+  Translates a software (IP) multicast address to a hardware (MAC) multicast address. \r
+  This function may be unsupported in some MNP implementations. \r
+\r
+  @param Groups\r
+  Enables and disables receive filters for multicast addresses. \r
+  This function may be unsupported in some MNP implementations. \r
+\r
+  @param Transmit\r
+  Places asynchronous outgoing data packets into the transmit queue. \r
+\r
+  @param Receive\r
+  Places an asynchronous receiving request into the receiving queue. \r
+\r
+  @param Cancel\r
+  Aborts a pending transmit or receive request. \r
+\r
+  @param Poll\r
+  Polls for incoming data packets and processes outgoing data packets. \r
+\r
+**/\r
 struct _EFI_MANAGED_NETWORK_PROTOCOL {\r
   EFI_MANAGED_NETWORK_GET_MODE_DATA       GetModeData;\r
   EFI_MANAGED_NETWORK_CONFIGURE           Configure;\r