]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/ScsiPassThru.h
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / ScsiPassThru / ScsiPassThru.h
index 88887aef574a2eb021f9fb1188e1be094c128c8b..c9798a17e3d62cd7090be08f9be47e451bb99986 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, 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
@@ -24,7 +24,7 @@ Abstract:
 \r
 #define EFI_SCSI_PASS_THRU_PROTOCOL_GUID \\r
   { \\r
-    0xa59e8fcf, 0xbda0, 0x43bb, 0x90, 0xb1, 0xd3, 0x73, 0x2e, 0xca, 0xa8, 0x77 \\r
+    0xa59e8fcf, 0xbda0, 0x43bb, {0x90, 0xb1, 0xd3, 0x73, 0x2e, 0xca, 0xa8, 0x77} \\r
   }\r
 \r
 //\r
@@ -317,7 +317,7 @@ EFI_STATUS
 --*/\r
 ;\r
 \r
-typedef struct _EFI_SCSI_PASS_THRU_PROTOCOL {\r
+struct _EFI_SCSI_PASS_THRU_PROTOCOL {\r
   EFI_SCSI_PASS_THRU_MODE               *Mode;\r
   EFI_SCSI_PASS_THRU_PASSTHRU           PassThru;\r
   EFI_SCSI_PASS_THRU_GET_NEXT_DEVICE    GetNextDevice;\r
@@ -325,7 +325,7 @@ typedef struct _EFI_SCSI_PASS_THRU_PROTOCOL {
   EFI_SCSI_PASS_THRU_GET_TARGET_LUN     GetTargetLun;\r
   EFI_SCSI_PASS_THRU_RESET_CHANNEL      ResetChannel;\r
   EFI_SCSI_PASS_THRU_RESET_TARGET       ResetTarget;\r
-} EFI_SCSI_PASS_THRU_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiScsiPassThruProtocolGuid;\r
 \r