]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/IpSecConfig.h
Added support for an EFI X64 ABI compatible UnixPkg. With an internal only compiler...
[mirror_edk2.git] / MdePkg / Include / Protocol / IpSecConfig.h
index bc80ce3ea14bc1c400fe17730fe11dad74ec4ae9..4c4dad0403287b143d1a61542ca8d7ae313ff398 100644 (file)
@@ -3,8 +3,8 @@
   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
-  All rights reserved. This program and the accompanying materials\r
+  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  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
   http://opensource.org/licenses/bsd-license.php\r
@@ -23,7 +23,7 @@
 \r
 #define EFI_IPSEC_CONFIG_PROTOCOL_GUID \\r
   { \\r
-    0xce5e5929, 0xc7a3, 0x4602, 0xad, {0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \\r
+    0xce5e5929, 0xc7a3, 0x4602, {0xad, 0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \\r
   }\r
 \r
 typedef struct _EFI_IPSEC_CONFIG_PROTOCOL EFI_IPSEC_CONFIG_PROTOCOL;\r
@@ -479,7 +479,7 @@ typedef struct _EFI_IPSEC_SA_DATA {
   /// \r
   EFI_IPSEC_SPD_SELECTOR          *SpdSelector;\r
   /// \r
-  /// Indication of whether it¡¯s manually set or negotiated automatically. \r
+  /// Indication of whether it's manually set or negotiated automatically. \r
   /// If ManualSet is FALSE, the corresponding SA entry is inserted through \r
   /// IKE protocol negotiation.\r
   ///\r
@@ -595,7 +595,7 @@ typedef struct _EFI_IPSEC_PAD_DATA {
   This function is used to set the IPsec configuration information of type DataType for\r
   the EFI IPsec driver.\r
   The IPsec configuration data has a unique selector/identifier separately to identify\r
-  a data entry. The selector structure depends on DataType¡¯s definition.\r
+  a data entry. The selector structure depends on DataType's definition.\r
   Using SetData() with a Data of NULL causes the IPsec configuration data entry identified\r
   by DataType and Selector to be deleted.        \r
 \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