diff options
author | mav <mav@FreeBSD.org> | 2012-06-06 17:28:46 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2012-06-06 17:28:46 +0000 |
commit | 385ccd1fec38baf92ffc4ba447fe8ecfb50782f0 (patch) | |
tree | ae76c1a8e746948d7af8d057166495ceb304d012 | |
parent | e086dc93a37f9a69d82eb753c3871408c591d925 (diff) | |
download | FreeBSD-src-385ccd1fec38baf92ffc4ba447fe8ecfb50782f0.zip FreeBSD-src-385ccd1fec38baf92ffc4ba447fe8ecfb50782f0.tar.gz |
Remove declaration of scsi_interpret_sense(), removed 11 years ago.
-rw-r--r-- | sys/cam/scsi/scsi_all.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index 4875b1a..e57caad 100644 --- a/sys/cam/scsi/scsi_all.h +++ b/sys/cam/scsi/scsi_all.h @@ -2183,12 +2183,6 @@ int scsi_sense_sbuf(struct ccb_scsiio *csio, struct sbuf *sb, char * scsi_sense_string(struct ccb_scsiio *csio, char *str, int str_len); void scsi_sense_print(struct ccb_scsiio *csio); -int scsi_interpret_sense(union ccb *ccb, - u_int32_t sense_flags, - u_int32_t *relsim_flags, - u_int32_t *reduction, - u_int32_t *timeout, - scsi_sense_action error_action); #else /* _KERNEL */ int scsi_command_string(struct cam_device *device, struct ccb_scsiio *csio, struct sbuf *sb); @@ -2200,13 +2194,6 @@ char * scsi_sense_string(struct cam_device *device, char *str, int str_len); void scsi_sense_print(struct cam_device *device, struct ccb_scsiio *csio, FILE *ofile); -int scsi_interpret_sense(struct cam_device *device, - union ccb *ccb, - u_int32_t sense_flags, - u_int32_t *relsim_flags, - u_int32_t *reduction, - u_int32_t *timeout, - scsi_sense_action error_action); #endif /* _KERNEL */ #define SF_RETRY_UA 0x01 |