diff options
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 5df9066f3b1..32c9b9b4be3 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.125 2010/05/24 06:57:09 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.126 2010/06/14 10:03:34 thib Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -598,12 +598,6 @@ int scsi_report_luns(struct scsi_link *, int, void scsi_minphys(struct buf *, struct scsi_link *); int scsi_interpret_sense(struct scsi_xfer *); -void scsi_buf_enqueue(struct buf *, struct buf *, struct mutex *); -struct buf *scsi_buf_dequeue(struct buf *, struct mutex *); -void scsi_buf_requeue(struct buf *, struct buf *, struct mutex *); -int scsi_buf_canqueue(struct buf *, struct mutex *); -void scsi_buf_killqueue(struct buf *, struct mutex *); - void scsi_xs_show(struct scsi_xfer *); void scsi_print_sense(struct scsi_xfer *); void scsi_show_mem(u_char *, int); |