typedef struct SCSITargetLun { UInt8 target; UInt8 lun; UInt8 reserved[2]; } SCSITargetLun;
Name Description target The SCSI Id for the SCSI device being selected. lun The SCSI Lun for the SCSI device being selected.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)