diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-17 21:23:44 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-12-17 21:23:44 +0000 |
commit | 27a0b398a7a9f3049bca4def5760930e375f6cbd (patch) | |
tree | d9e9aadac9903141119e844926290aa59d3064c2 /sys/scsi/scsiconf.h | |
parent | cd239a8a3ee50b354aeefddc23c91fcb0191a9de (diff) |
Notes
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 310758847fc5..30e70a76a1eb 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.34 1995/12/14 09:54:30 phk Exp $ + * $Id: scsiconf.h,v 1.35 1995/12/14 19:38:38 bde Exp $ */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 @@ -476,6 +476,9 @@ void scsi_configure_finish __P((void)); void ukinit __P((void)); +#ifdef SCSI_2_DEF +errval scsi_change_def( struct scsi_link *sc_link, u_int32 flags); +#endif #endif /* KERNEL */ #define SCSI_EXTERNALLEN (sizeof(struct scsi_link)) |