diff options
author | phk <phk@FreeBSD.org> | 1995-02-14 06:17:23 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-02-14 06:17:23 +0000 |
commit | 902470ac4e43123c6057a3be1c897616172374a7 (patch) | |
tree | 5c973a79f45774c4a9f508532b1257e4c71481df /sys/scsi | |
parent | b511376ccb170b28ffaf65a22871f3d21603ca4a (diff) | |
download | FreeBSD-src-902470ac4e43123c6057a3be1c897616172374a7.zip FreeBSD-src-902470ac4e43123c6057a3be1c897616172374a7.tar.gz |
YFfix. added
errval scsi_probe_busses __P(( int, int, int));
Diffstat (limited to 'sys/scsi')
-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 92fafee..5519d42 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $Id: scsiconf.h,v 1.15 1995/01/08 13:38:33 dufault Exp $ + * $Id: scsiconf.h,v 1.16 1995/01/31 11:41:45 dufault Exp $ */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 @@ -322,6 +322,7 @@ errval scsi_change_def( struct scsi_link *sc_link, u_int32 flags); errval scsi_inquire( struct scsi_link *sc_link, struct scsi_inquiry_data *inqbuf, u_int32 flags); errval scsi_prevent( struct scsi_link *sc_link, u_int32 type,u_int32 flags); +errval scsi_probe_busses __P(( int, int, int)); errval scsi_start_unit( struct scsi_link *sc_link, u_int32 flags); void scsi_done(struct scsi_xfer *xs); errval scsi_scsi_cmd( struct scsi_link *sc_link, struct scsi_generic *scsi_cmd, |