]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/Ip6Dxe/Ip6Common.h
1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.
[mirror_edk2.git] / NetworkPkg / Ip6Dxe / Ip6Common.h
index c3755f48592db127279d1454514d93cf2c5c87dd..9c2ddf4d4e387a14c928ad0e1c292723a9c3390e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Common definition and functions for IP6 driver.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -60,6 +60,11 @@ typedef enum {
   Ip6AnyCast\r
 } IP6_ADDRESS_TYPE;\r
 \r
+typedef struct {\r
+  EFI_SERVICE_BINDING_PROTOCOL  *ServiceBinding;\r
+  EFI_IPv6_ADDRESS              *Address;\r
+} IP6_DESTROY_CHILD_BY_ADDR_CALLBACK_CONTEXT;\r
+\r
 typedef struct _IP6_INTERFACE    IP6_INTERFACE;\r
 typedef struct _IP6_PROTOCOL     IP6_PROTOCOL;\r
 typedef struct _IP6_SERVICE      IP6_SERVICE;\r