X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FEfi%2FProtocol%2FScsiPassThru%2FScsiPassThru.h;h=c9798a17e3d62cd7090be08f9be47e451bb99986;hb=f57387d54bd8f2c0261834b2ad16155f1db63291;hp=88887aef574a2eb021f9fb1188e1be094c128c8b;hpb=3eb9473ea9a949badfe06ae61d2d3fcfa53651c7;p=mirror_edk2.git diff --git a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/ScsiPassThru.h b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/ScsiPassThru.h index 88887aef57..c9798a17e3 100644 --- a/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/ScsiPassThru.h +++ b/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/ScsiPassThru.h @@ -1,7 +1,7 @@ /*++ -Copyright (c) 2004, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2004, 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 http://opensource.org/licenses/bsd-license.php @@ -24,7 +24,7 @@ Abstract: #define EFI_SCSI_PASS_THRU_PROTOCOL_GUID \ { \ - 0xa59e8fcf, 0xbda0, 0x43bb, 0x90, 0xb1, 0xd3, 0x73, 0x2e, 0xca, 0xa8, 0x77 \ + 0xa59e8fcf, 0xbda0, 0x43bb, {0x90, 0xb1, 0xd3, 0x73, 0x2e, 0xca, 0xa8, 0x77} \ } // @@ -317,7 +317,7 @@ EFI_STATUS --*/ ; -typedef struct _EFI_SCSI_PASS_THRU_PROTOCOL { +struct _EFI_SCSI_PASS_THRU_PROTOCOL { EFI_SCSI_PASS_THRU_MODE *Mode; EFI_SCSI_PASS_THRU_PASSTHRU PassThru; EFI_SCSI_PASS_THRU_GET_NEXT_DEVICE GetNextDevice; @@ -325,7 +325,7 @@ typedef struct _EFI_SCSI_PASS_THRU_PROTOCOL { EFI_SCSI_PASS_THRU_GET_TARGET_LUN GetTargetLun; EFI_SCSI_PASS_THRU_RESET_CHANNEL ResetChannel; EFI_SCSI_PASS_THRU_RESET_TARGET ResetTarget; -} EFI_SCSI_PASS_THRU_PROTOCOL; +}; extern EFI_GUID gEfiScsiPassThruProtocolGuid;