]> 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 23a6f7d2d3becb6cfe778d4760a734147af918d1..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
@@ -61,7 +61,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IP4_CONFIG_START) (\r
+(EFIAPI *EFI_IP4_CONFIG_START)(\r
   IN EFI_IP4_CONFIG_PROTOCOL   *This,\r
   IN EFI_EVENT                 DoneEvent,\r
   IN EFI_EVENT                 ReconfigEvent\r
@@ -80,7 +80,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IP4_CONFIG_STOP) (\r
+(EFIAPI *EFI_IP4_CONFIG_STOP)(\r
   IN EFI_IP4_CONFIG_PROTOCOL   *This\r
   )\r
 ;\r
@@ -106,13 +106,28 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IP4_CONFIG_GET_DATA) (\r
+(EFIAPI *EFI_IP4_CONFIG_GET_DATA)(\r
   IN EFI_IP4_CONFIG_PROTOCOL   *This,\r
   IN OUT UINTN                 *IpConfigDataSize,\r
   OUT EFI_IP4_IPCONFIG_DATA    *IpConfigData    OPTIONAL\r
   )\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