summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Protocol
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
parentbadc18061d4e2b1a58f2d9fed14e096ef9786e7a (diff)
downloadedk2-a1749b8045b49350c60b443b38345de02f00176e.tar.gz
edk2-a1749b8045b49350c60b443b38345de02f00176e.tar.bz2
edk2-a1749b8045b49350c60b443b38345de02f00176e.zip
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')
-rw-r--r--MdePkg/Include/Protocol/ExtendedSalBootService.h12
-rw-r--r--MdePkg/Include/Protocol/IpSec.h4
-rw-r--r--MdePkg/Include/Protocol/IpSecConfig.h12
-rw-r--r--MdePkg/Include/Protocol/LegacyRegion2.h8
-rw-r--r--MdePkg/Include/Protocol/McaInitPmi.h14
5 files changed, 25 insertions, 25 deletions
diff --git a/MdePkg/Include/Protocol/ExtendedSalBootService.h b/MdePkg/Include/Protocol/ExtendedSalBootService.h
index 6e3507e6de..401bd4163b 100644
--- a/MdePkg/Include/Protocol/ExtendedSalBootService.h
+++ b/MdePkg/Include/Protocol/ExtendedSalBootService.h
@@ -5,7 +5,7 @@
drivers to update the SAL System Table and register Extended SAL Procedures that are
callable in physical or virtual mode using the SAL calling convention.
- 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
@@ -48,7 +48,7 @@ typedef struct _EXTENDED_SAL_BOOT_SERVICE_PROTOCOL EXTENDED_SAL_BOOT_SERVICE_PRO
**/
typedef
EFI_STATUS
-(EFIAPI *EXTENDED_SAL_ADD_SST_INFO) (
+(EFIAPI *EXTENDED_SAL_ADD_SST_INFO)(
IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *This,
IN UINT16 SalAVersion,
IN UINT16 SalBVersion,
@@ -75,7 +75,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EXTENDED_SAL_ADD_SST_ENTRY) (
+(EFIAPI *EXTENDED_SAL_ADD_SST_ENTRY)(
IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *This,
IN UINT8 *TableEntry,
IN UINTN EntrySize
@@ -104,7 +104,7 @@ EFI_STATUS
**/
typedef
SAL_RETURN_REGS
-(EFIAPI *SAL_INTERNAL_EXTENDED_SAL_PROC) (
+(EFIAPI *SAL_INTERNAL_EXTENDED_SAL_PROC)(
IN UINT64 FunctionId,
IN UINT64 Arg2,
IN UINT64 Arg3,
@@ -145,7 +145,7 @@ SAL_RETURN_REGS
**/
typedef
EFI_STATUS
-(EFIAPI *EXTENDED_SAL_REGISTER_INTERNAL_PROC) (
+(EFIAPI *EXTENDED_SAL_REGISTER_INTERNAL_PROC)(
IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL *This,
IN UINT64 ClassGuidLo,
IN UINT64 ClassGuidHi,
@@ -184,7 +184,7 @@ EFI_STATUS
**/
typedef
SAL_RETURN_REGS
-(EFIAPI *EXTENDED_SAL_PROC) (
+(EFIAPI *EXTENDED_SAL_PROC)(
IN UINT64 ClassGuidLo,
IN UINT64 ClassGuidHi,
IN UINT64 FunctionId,
diff --git a/MdePkg/Include/Protocol/IpSec.h b/MdePkg/Include/Protocol/IpSec.h
index f223fa40f2..0910efa31c 100644
--- a/MdePkg/Include/Protocol/IpSec.h
+++ b/MdePkg/Include/Protocol/IpSec.h
@@ -3,7 +3,7 @@
The EFI_IPSEC_PROTOCOL is used to abstract the ability to deal with the individual
packets sent and received by the host and provide packet-level security for IP datagram.
- 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
@@ -65,7 +65,7 @@ typedef struct _EFI_IPSEC_FRAGMENT_DATA {
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_IPSEC_PROCESS) (
+(EFIAPI *EFI_IPSEC_PROCESS)(
IN EFI_IPSEC_PROTOCOL *This,
IN EFI_HANDLE NicHandle,
IN UINT8 IpVer,
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
diff --git a/MdePkg/Include/Protocol/LegacyRegion2.h b/MdePkg/Include/Protocol/LegacyRegion2.h
index 21800242f1..f1dff2fc2f 100644
--- a/MdePkg/Include/Protocol/LegacyRegion2.h
+++ b/MdePkg/Include/Protocol/LegacyRegion2.h
@@ -54,7 +54,7 @@ typedef struct _EFI_LEGACY_REGION2_PROTOCOL EFI_LEGACY_REGION2_PROTOCOL;
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_LEGACY_REGION2_DECODE) (
+(EFIAPI *EFI_LEGACY_REGION2_DECODE)(
IN EFI_LEGACY_REGION2_PROTOCOL *This,
IN UINT32 Start,
IN UINT32 Length,
@@ -85,7 +85,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_LEGACY_REGION2_LOCK) (
+(EFIAPI *EFI_LEGACY_REGION2_LOCK)(
IN EFI_LEGACY_REGION2_PROTOCOL *This,
IN UINT32 Start,
IN UINT32 Length,
@@ -150,7 +150,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_LEGACY_REGION2_UNLOCK) (
+(EFIAPI *EFI_LEGACY_REGION2_UNLOCK)(
IN EFI_LEGACY_REGION2_PROTOCOL *This,
IN UINT32 Start,
IN UINT32 Length,
@@ -213,7 +213,7 @@ typedef struct {
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_LEGACY_REGION_GET_INFO) (
+(EFIAPI *EFI_LEGACY_REGION_GET_INFO)(
IN EFI_LEGACY_REGION2_PROTOCOL *This,
OUT UINT32 *DescriptorCount,
OUT EFI_LEGACY_REGION_DESCRIPTOR **Descriptor
diff --git a/MdePkg/Include/Protocol/McaInitPmi.h b/MdePkg/Include/Protocol/McaInitPmi.h
index 0a7b4e9724..58e9440661 100644
--- a/MdePkg/Include/Protocol/McaInitPmi.h
+++ b/MdePkg/Include/Protocol/McaInitPmi.h
@@ -5,7 +5,7 @@
Initialization (INIT) events, and Platform Management Interrupt (PMI) events
on an Intel Itanium Processor Family based system.
- 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
@@ -63,7 +63,7 @@ typedef struct {
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_SAL_MCA_HANDLER) (
+(EFIAPI *EFI_SAL_MCA_HANDLER)(
IN VOID *ModuleGlobal,
IN UINT64 ProcessorStateParameters,
IN EFI_PHYSICAL_ADDRESS MinstateBase,
@@ -89,7 +89,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_SAL_INIT_HANDLER) (
+(EFIAPI *EFI_SAL_INIT_HANDLER)(
IN VOID *ModuleGlobal,
IN UINT64 ProcessorStateParameters,
IN EFI_PHYSICAL_ADDRESS MinstateBase,
@@ -111,7 +111,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_SAL_PMI_HANDLER) (
+(EFIAPI *EFI_SAL_PMI_HANDLER)(
IN VOID *ModuleGlobal,
IN UINT64 CpuIndex,
IN UINT64 PmiVector
@@ -133,7 +133,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_SAL_REGISTER_MCA_HANDLER) (
+(EFIAPI *EFI_SAL_REGISTER_MCA_HANDLER)(
IN EFI_SAL_MCA_INIT_PMI_PROTOCOL *This,
IN EFI_SAL_MCA_HANDLER McaHandler,
IN VOID *ModuleGlobal,
@@ -157,7 +157,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_SAL_REGISTER_INIT_HANDLER) (
+(EFIAPI *EFI_SAL_REGISTER_INIT_HANDLER)(
IN EFI_SAL_MCA_INIT_PMI_PROTOCOL *This,
IN EFI_SAL_INIT_HANDLER InitHandler,
IN VOID *ModuleGlobal,
@@ -181,7 +181,7 @@ EFI_STATUS
**/
typedef
EFI_STATUS
-(EFIAPI *EFI_SAL_REGISTER_PMI_HANDLER) (
+(EFIAPI *EFI_SAL_REGISTER_PMI_HANDLER)(
IN EFI_SAL_MCA_INIT_PMI_PROTOCOL *This,
IN EFI_SAL_PMI_HANDLER PmiHandler,
IN VOID *ModuleGlobal,