blob: 6c431323581cb675cb1d47467201c4804ea310d0 (
plain)
1
2
3
4
5
6
|
typedef struct scsi_host_template Scsi_Host_Template;
typedef struct scsi_device Scsi_Device;
typedef struct scsi_cmnd Scsi_Cmnd;
typedef struct scsi_request Scsi_Request;
typedef struct scsi_pointer Scsi_Pointer;
|