]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix some minor coding style issue for doxygen document.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Mar 2010 08:53:02 +0000 (08:53 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 2 Mar 2010 08:53:02 +0000 (08:53 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10156 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/ExtendedSalBootService.h
MdePkg/Include/Protocol/IpSec.h
MdePkg/Include/Protocol/IpSecConfig.h
MdePkg/Include/Protocol/LegacyRegion2.h
MdePkg/Include/Protocol/McaInitPmi.h

index 6e3507e6de4434bab37751198d9e9462436016bc..401bd4163b01e47adb718bedb7e2b52567265b40 100644 (file)
@@ -5,7 +5,7 @@
   drivers to update the SAL System Table and register Extended SAL Procedures that are\r
   callable in physical or virtual mode using the SAL calling convention.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
+  Copyright (c) 2009 - 2010, 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
@@ -48,7 +48,7 @@ typedef struct _EXTENDED_SAL_BOOT_SERVICE_PROTOCOL EXTENDED_SAL_BOOT_SERVICE_PRO
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EXTENDED_SAL_ADD_SST_INFO) (\r
+(EFIAPI *EXTENDED_SAL_ADD_SST_INFO)(\r
   IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL  *This,\r
   IN UINT16                              SalAVersion,\r
   IN UINT16                              SalBVersion,\r
@@ -75,7 +75,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EXTENDED_SAL_ADD_SST_ENTRY) (\r
+(EFIAPI *EXTENDED_SAL_ADD_SST_ENTRY)(\r
   IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL  *This,\r
   IN UINT8                               *TableEntry,\r
   IN UINTN                               EntrySize\r
@@ -104,7 +104,7 @@ EFI_STATUS
 **/\r
 typedef\r
 SAL_RETURN_REGS\r
-(EFIAPI *SAL_INTERNAL_EXTENDED_SAL_PROC) (\r
+(EFIAPI *SAL_INTERNAL_EXTENDED_SAL_PROC)(\r
   IN  UINT64   FunctionId,\r
   IN  UINT64   Arg2,\r
   IN  UINT64   Arg3,\r
@@ -145,7 +145,7 @@ SAL_RETURN_REGS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EXTENDED_SAL_REGISTER_INTERNAL_PROC) (\r
+(EFIAPI *EXTENDED_SAL_REGISTER_INTERNAL_PROC)(\r
   IN EXTENDED_SAL_BOOT_SERVICE_PROTOCOL  *This,\r
   IN UINT64                              ClassGuidLo,\r
   IN UINT64                              ClassGuidHi,\r
@@ -184,7 +184,7 @@ EFI_STATUS
 **/\r
 typedef\r
 SAL_RETURN_REGS\r
-(EFIAPI *EXTENDED_SAL_PROC) (\r
+(EFIAPI *EXTENDED_SAL_PROC)(\r
   IN UINT64  ClassGuidLo,\r
   IN UINT64  ClassGuidHi,\r
   IN UINT64  FunctionId,\r
index f223fa40f2348c26cab57bca84c8b38b8732f280..0910efa31c91e799c303410f5dfccce7c1c5f26a 100644 (file)
@@ -3,7 +3,7 @@
   The EFI_IPSEC_PROTOCOL is used to abstract the ability to deal with the individual\r
   packets sent and received by the host and provide packet-level security for IP datagram.\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
+  Copyright (c) 2009 - 2010, 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
@@ -65,7 +65,7 @@ typedef struct _EFI_IPSEC_FRAGMENT_DATA {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI  *EFI_IPSEC_PROCESS) (\r
+(EFIAPI  *EFI_IPSEC_PROCESS)(\r
   IN     EFI_IPSEC_PROTOCOL      *This,\r
   IN     EFI_HANDLE              NicHandle,\r
   IN     UINT8                   IpVer,\r
index 375d1df2da679ac79367693d648419fcf00850ec..d9a9b614a1b683afe9b59638af6efbc0b28011cc 100644 (file)
@@ -3,7 +3,7 @@
   The EFI_IPSEC_CONFIG_PROTOCOL provides the mechanism to set and retrieve security and \r
   policy related information for the EFI IPsec protocol driver.\r
 \r
-  Copyright (c) 2009, Intel Corporation\r
+  Copyright (c) 2009 - 2010, 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
@@ -619,7 +619,7 @@ typedef struct _EFI_IPSEC_PAD_DATA {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IPSEC_CONFIG_SET_DATA) (\r
+(EFIAPI *EFI_IPSEC_CONFIG_SET_DATA)(\r
   IN EFI_IPSEC_CONFIG_PROTOCOL        *This,\r
   IN EFI_IPSEC_CONFIG_DATA_TYPE       DataType,\r
   IN EFI_IPSEC_CONFIG_SELECTOR        *Selector,\r
@@ -656,7 +656,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IPSEC_CONFIG_GET_DATA) (\r
+(EFIAPI *EFI_IPSEC_CONFIG_GET_DATA)(\r
   IN EFI_IPSEC_CONFIG_PROTOCOL        *This,\r
   IN EFI_IPSEC_CONFIG_DATA_TYPE       DataType,\r
   IN EFI_IPSEC_CONFIG_SELECTOR        *Selector,\r
@@ -703,7 +703,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IPSEC_CONFIG_GET_NEXT_SELECTOR) (\r
+(EFIAPI *EFI_IPSEC_CONFIG_GET_NEXT_SELECTOR)(\r
   IN EFI_IPSEC_CONFIG_PROTOCOL        *This,\r
   IN EFI_IPSEC_CONFIG_DATA_TYPE       DataType,\r
   IN OUT UINTN                        *SelectorSize,\r
@@ -733,7 +733,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IPSEC_CONFIG_REGISTER_NOTIFY) (\r
+(EFIAPI *EFI_IPSEC_CONFIG_REGISTER_NOTIFY)(\r
   IN EFI_IPSEC_CONFIG_PROTOCOL        *This,\r
   IN EFI_IPSEC_CONFIG_DATA_TYPE       DataType,\r
   IN EFI_EVENT                        Event\r
@@ -759,7 +759,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_IPSEC_CONFIG_UNREGISTER_NOTIFY) (\r
+(EFIAPI *EFI_IPSEC_CONFIG_UNREGISTER_NOTIFY)(\r
   IN EFI_IPSEC_CONFIG_PROTOCOL        *This,\r
   IN EFI_IPSEC_CONFIG_DATA_TYPE       DataType,\r
   IN EFI_EVENT                        Event\r
index 21800242f13c1309bdbdce9f68c6c7700cc00d41..f1dff2fc2f73441864e7196eb79d36975c381fd8 100644 (file)
@@ -54,7 +54,7 @@ typedef struct _EFI_LEGACY_REGION2_PROTOCOL EFI_LEGACY_REGION2_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION2_DECODE) (\r
+(EFIAPI *EFI_LEGACY_REGION2_DECODE)(\r
  IN  EFI_LEGACY_REGION2_PROTOCOL  *This,\r
  IN  UINT32                       Start,\r
  IN  UINT32                       Length,\r
@@ -85,7 +85,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION2_LOCK) (\r
+(EFIAPI *EFI_LEGACY_REGION2_LOCK)(\r
  IN  EFI_LEGACY_REGION2_PROTOCOL   *This,\r
  IN  UINT32                        Start,\r
  IN  UINT32                        Length,\r
@@ -150,7 +150,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION2_UNLOCK) (\r
+(EFIAPI *EFI_LEGACY_REGION2_UNLOCK)(\r
  IN  EFI_LEGACY_REGION2_PROTOCOL  *This,\r
  IN  UINT32                       Start,\r
  IN  UINT32                       Length,\r
@@ -213,7 +213,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_LEGACY_REGION_GET_INFO) (\r
+(EFIAPI *EFI_LEGACY_REGION_GET_INFO)(\r
   IN  EFI_LEGACY_REGION2_PROTOCOL   *This,\r
   OUT UINT32                        *DescriptorCount,\r
   OUT EFI_LEGACY_REGION_DESCRIPTOR  **Descriptor\r
index 0a7b4e972445e850e8d7f3422abac1ee94c053b5..58e94406619789936e5199b1743b9cc986b8f7e4 100644 (file)
@@ -5,7 +5,7 @@
   Initialization (INIT) events, and Platform Management Interrupt (PMI) events\r
   on an Intel Itanium Processor Family based system.\r
 \r
-  Copyright (c) 2009, Intel Corporation                                                         \r
+  Copyright (c) 2009 - 2010, 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
@@ -63,7 +63,7 @@ typedef struct {
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_MCA_HANDLER) (\r
+(EFIAPI *EFI_SAL_MCA_HANDLER)(\r
   IN  VOID                    *ModuleGlobal,\r
   IN  UINT64                  ProcessorStateParameters,\r
   IN  EFI_PHYSICAL_ADDRESS    MinstateBase,\r
@@ -89,7 +89,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_INIT_HANDLER) (\r
+(EFIAPI *EFI_SAL_INIT_HANDLER)(\r
   IN  VOID                     *ModuleGlobal,\r
   IN  UINT64                   ProcessorStateParameters,\r
   IN  EFI_PHYSICAL_ADDRESS     MinstateBase,\r
@@ -111,7 +111,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_PMI_HANDLER) (\r
+(EFIAPI *EFI_SAL_PMI_HANDLER)(\r
   IN VOID          *ModuleGlobal,\r
   IN UINT64        CpuIndex,\r
   IN UINT64        PmiVector\r
@@ -133,7 +133,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_REGISTER_MCA_HANDLER) (\r
+(EFIAPI *EFI_SAL_REGISTER_MCA_HANDLER)(\r
   IN  EFI_SAL_MCA_INIT_PMI_PROTOCOL         *This,\r
   IN  EFI_SAL_MCA_HANDLER                   McaHandler,\r
   IN  VOID                                  *ModuleGlobal,\r
@@ -157,7 +157,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_REGISTER_INIT_HANDLER) (\r
+(EFIAPI *EFI_SAL_REGISTER_INIT_HANDLER)(\r
   IN  EFI_SAL_MCA_INIT_PMI_PROTOCOL         *This,\r
   IN  EFI_SAL_INIT_HANDLER                  InitHandler,\r
   IN  VOID                                  *ModuleGlobal,\r
@@ -181,7 +181,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SAL_REGISTER_PMI_HANDLER) (\r
+(EFIAPI *EFI_SAL_REGISTER_PMI_HANDLER)(\r
   IN  EFI_SAL_MCA_INIT_PMI_PROTOCOL         *This,\r
   IN  EFI_SAL_PMI_HANDLER                   PmiHandler,\r
   IN  VOID                                  *ModuleGlobal,\r