diff options
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index 856fe89..018d019 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 2.4 93/10/16 00:59:13 julian Exp Locker: julian $ + * $Id: scsiconf.h,v 1.7 1993/11/18 05:02:59 rgrimes Exp $ */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 @@ -242,5 +242,7 @@ void show_mem(unsigned char * , u_int32); void lto3b __P((int val, u_char *bytes)); int _3btol __P((u_char *bytes)); +extern void sc_print_addr(struct scsi_link *); + #endif /*SCSI_SCSICONF_H*/ /* END OF FILE */ |