From 6879581d2eb67defc68ec800b369b70dec04a07b Mon Sep 17 00:00:00 2001 From: sfu5 Date: Thu, 25 Apr 2013 01:33:43 +0000 Subject: Update dual network stack drivers to produce multiple Driver Binding Protocol. Signed-off-by: Fu Siyuan Reviewed-by: Ye Ting Reviewed-by: Ouyang Qian git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14315 6f19259b-4bc3-4df7-8a09-765794883524 --- NetworkPkg/IpSecDxe/IkeService.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'NetworkPkg/IpSecDxe/IkeService.h') diff --git a/NetworkPkg/IpSecDxe/IkeService.h b/NetworkPkg/IpSecDxe/IkeService.h index cc21154ac..3ebd17919 100644 --- a/NetworkPkg/IpSecDxe/IkeService.h +++ b/NetworkPkg/IpSecDxe/IkeService.h @@ -1,7 +1,7 @@ /** @file Prototypes definitions of IKE service. - Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -143,6 +143,7 @@ typedef struct _IKE_EXCHANGE_INTERFACE { @param[in] Private Point to IPSEC_PRIVATE_DATA @param[in] Controller Handler for NIC card. + @param[in] ImageHandle The handle that contains the EFI_DRIVER_BINDING_PROTOCOL instance. @retval EFI_SUCCESS The Operation is successful. @retval EFI_OUT_OF_RESOURCE The required system resource can't be allocated. @@ -151,7 +152,8 @@ typedef struct _IKE_EXCHANGE_INTERFACE { EFI_STATUS IkeOpenInputUdp4 ( IN IPSEC_PRIVATE_DATA *Private, - IN EFI_HANDLE Controller + IN EFI_HANDLE Controller, + IN EFI_HANDLE ImageHandle ); /** @@ -162,6 +164,7 @@ IkeOpenInputUdp4 ( @param[in] Private Point to IPSEC_PRIVATE_DATA @param[in] Controller Handler for NIC card. + @param[in] ImageHandle The handle that contains the EFI_DRIVER_BINDING_PROTOCOL instance. @retval EFI_SUCCESS The Operation is successful. @retval EFI_OUT_OF_RESOURCE The required system resource can't be allocated. @@ -170,7 +173,8 @@ IkeOpenInputUdp4 ( EFI_STATUS IkeOpenInputUdp6 ( IN IPSEC_PRIVATE_DATA *Private, - IN EFI_HANDLE Controller + IN EFI_HANDLE Controller, + IN EFI_HANDLE ImageHandle ); /** -- cgit v1.2.3