libsas.h (32e8ae36b8f80372015b88b63c4358a376c9af0f) libsas.h (366ca51f30de1cbb5b356c70b7bb22051c558e41)
1/*
2 * SAS host prototypes and structures header file
3 *
4 * Copyright (C) 2005 Adaptec, Inc. All rights reserved.
5 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
6 *
7 * This file is licensed under GPLv2.
8 *

--- 658 unchanged lines hidden (view full) ---

667int sas_eh_bus_reset_handler(struct scsi_cmnd *cmd);
668
669extern void sas_target_destroy(struct scsi_target *);
670extern int sas_slave_alloc(struct scsi_device *);
671extern int sas_ioctl(struct scsi_device *sdev, int cmd, void __user *arg);
672
673extern int sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy,
674 struct request *req);
1/*
2 * SAS host prototypes and structures header file
3 *
4 * Copyright (C) 2005 Adaptec, Inc. All rights reserved.
5 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
6 *
7 * This file is licensed under GPLv2.
8 *

--- 658 unchanged lines hidden (view full) ---

667int sas_eh_bus_reset_handler(struct scsi_cmnd *cmd);
668
669extern void sas_target_destroy(struct scsi_target *);
670extern int sas_slave_alloc(struct scsi_device *);
671extern int sas_ioctl(struct scsi_device *sdev, int cmd, void __user *arg);
672
673extern int sas_smp_handler(struct Scsi_Host *shost, struct sas_rphy *rphy,
674 struct request *req);
675
676extern void sas_ssp_task_response(struct device *dev, struct sas_task *task,
677 struct ssp_response_iu *iu);
678
675#endif /* _SASLIB_H_ */
679#endif /* _SASLIB_H_ */