diff options
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index f6c0b7efbe0..7f9ade0f0a6 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.157 2013/09/27 11:43:19 krw Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.158 2014/01/18 02:42:31 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -541,6 +541,7 @@ void scsi_sense_print_debug(struct scsi_xfer *); */ void scsi_iopool_init(struct scsi_iopool *, void *, void *(*)(void *), void (*)(void *, void *)); +void scsi_iopool_run(struct scsi_iopool *); void scsi_iopool_destroy(struct scsi_iopool *); void scsi_link_shutdown(struct scsi_link *); |