summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/IpSecConfig.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-02 08:53:02 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2010-03-02 08:53:02 +0000
commita1749b8045b49350c60b443b38345de02f00176e (patch)
tree723295a5bd839097dc20d5bd33869b2f0104d747 /MdePkg/Include/Protocol/IpSecConfig.h
parentbadc18061d4e2b1a58f2d9fed14e096ef9786e7a (diff)
downloadedk2-platforms-a1749b8045b49350c60b443b38345de02f00176e.tar.xz
Fix some minor coding style issue for doxygen document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10156 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/IpSecConfig.h')
-rw-r--r--MdePkg/Include/Protocol/IpSecConfig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/MdePkg/Include/Protocol/IpSecConfig.h b/MdePkg/Include/Protocol/IpSecConfig.h
index 375d1df2da..d9a9b614a1 100644
--- a/MdePkg/Include/Protocol/IpSecConfig.h
+++ b/MdePkg/Include/Protocol/IpSecConfig.h
@@ -3,7 +3,7 @@
The EFI_IPSEC_CONFIG_PROTOCOL provides the mechanism to set and retrieve security and
policy related information for the EFI IPsec protocol driver.
- Copyright (c) 2009, Intel Corporation
+ Copyright (c) 2009 - 2010, 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
which accompanies this distribution. The full text of the license may be found at
@@ -619,7 +619,7 @@ typedef struct _EFI_IPSEC_PAD_DATA {
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_IPSEC_CONFIG_SET_DATA) (
+(EFIAPI *EFI_IPSEC_CONFIG_SET_DATA)(
IN EFI_IPSEC_CONFIG_PROTOCOL *This,
IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
IN EFI_IPSEC_CONFIG_SELECTOR *Selector,
@@ -656,7 +656,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_IPSEC_CONFIG_GET_DATA) (
+(EFIAPI *EFI_IPSEC_CONFIG_GET_DATA)(
IN EFI_IPSEC_CONFIG_PROTOCOL *This,
IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
IN EFI_IPSEC_CONFIG_SELECTOR *Selector,
@@ -703,7 +703,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_IPSEC_CONFIG_GET_NEXT_SELECTOR) (
+(EFIAPI *EFI_IPSEC_CONFIG_GET_NEXT_SELECTOR)(
IN EFI_IPSEC_CONFIG_PROTOCOL *This,
IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
IN OUT UINTN *SelectorSize,
@@ -733,7 +733,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_IPSEC_CONFIG_REGISTER_NOTIFY) (
+(EFIAPI *EFI_IPSEC_CONFIG_REGISTER_NOTIFY)(
IN EFI_IPSEC_CONFIG_PROTOCOL *This,
IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
IN EFI_EVENT Event
@@ -759,7 +759,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_IPSEC_CONFIG_UNREGISTER_NOTIFY) (
+(EFIAPI *EFI_IPSEC_CONFIG_UNREGISTER_NOTIFY)(
IN EFI_IPSEC_CONFIG_PROTOCOL *This,
IN EFI_IPSEC_CONFIG_DATA_TYPE DataType,
IN EFI_EVENT Event