]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Ip4Config.h
Code Scrub for Protocol and Ppi Definition
[mirror_edk2.git] / MdePkg / Include / Protocol / Ip4Config.h
index 7622ec2f946d227186677d8dba2ed075719c3c7d..6dc9e615bc4006ed60ab3cea32a80ab15b1d1f45 100644 (file)
@@ -3,7 +3,7 @@
   This file provides a definition of the EFI IPv4 Configuration\r
   Protocol.\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
@@ -113,6 +113,21 @@ EFI_STATUS
   )\r
 ;\r
 \r
+/**  \r
+  @par Protocol Description:\r
+  The EFI_IP4_CONFIG_PROTOCOL driver performs platform- and policy-dependent \r
+  configuration for the EFI IPv4 Protocol driver. \r
+  \r
+  @param Start\r
+  Starts running the configuration policy for the EFI IPv4 Protocol driver. \r
+\r
+  @param Stop\r
+  Stops running the configuration policy for the EFI IPv4 Protocol driver. \r
+\r
+  @param GetData\r
+  Returns the default configuration data (if any) for the EFI IPv4 Protocol driver.  \r
+\r
+**/\r
 struct _EFI_IP4_CONFIG_PROTOCOL {\r
   EFI_IP4_CONFIG_START         Start;\r
   EFI_IP4_CONFIG_STOP          Stop;\r