]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/IScsiInitiatorName.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / Protocol / IScsiInitiatorName.h
index ed6b5e09aaf7a8dc1e57f6891f018a6dda14e06b..f7b890e2a6ca4a2a54c05b432b72d278f250e6e2 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   EFI_ISCSI_INITIATOR_NAME_PROTOCOL as defined in UEFI 2.0.\r
-  It rovides the ability to get and set the iSCSI Initiator Name.                                                  \r
+  It provides the ability to get and set the iSCSI Initiator Name.                                                  \r
 \r
-  Copyright (c) 2006, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, 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
@@ -40,12 +40,11 @@ typedef struct _EFI_ISCSI_INITIATOR_NAME_PROTOCOL EFI_ISCSI_INITIATOR_NAME_PROTO
 **/\r
 typedef \r
 EFI_STATUS\r
-(EFIAPI *EFI_ISCSI_INITIATOR_NAME_GET) (\r
+(EFIAPI *EFI_ISCSI_INITIATOR_NAME_GET)(\r
   IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,\r
   IN OUT UINTN                         *BufferSize,\r
   OUT VOID                             *Buffer\r
-  )\r
-;\r
+  );\r
 \r
   \r
 \r
@@ -66,13 +65,15 @@ EFI_STATUS
 \r
 **/\r
 typedef EFI_STATUS\r
-(EFIAPI *EFI_ISCSI_INITIATOR_NAME_SET) (\r
+(EFIAPI *EFI_ISCSI_INITIATOR_NAME_SET)(\r
   IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This,\r
   IN OUT UINTN                         *BufferSize,\r
   IN VOID                              *Buffer\r
-  )\r
-;  \r
+  );  \r
 \r
+///\r
+/// iSCSI Initiator Name Protocol for setting and obtaining the iSCSI Initiator Name. \r
+///\r
 struct _EFI_ISCSI_INITIATOR_NAME_PROTOCOL {\r
   EFI_ISCSI_INITIATOR_NAME_GET         Get;\r
   EFI_ISCSI_INITIATOR_NAME_SET         Set;\r