summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-06-23 15:02:02 +0000
committerbde <bde@FreeBSD.org>1996-06-23 15:02:02 +0000
commite8882fb4110f338f2541ab2cbb8c41e5aea2d091 (patch)
treea96d6595c2567e61010b355e792146679d6ada3d /sys
parent2c1337022adfdc8174bd058a6b777dbe3394b2ea (diff)
downloadFreeBSD-src-e8882fb4110f338f2541ab2cbb8c41e5aea2d091.zip
FreeBSD-src-e8882fb4110f338f2541ab2cbb8c41e5aea2d091.tar.gz
Forward-declare a struct tag so that this doesn't depend on a side effect
of indirectly including <i386/isa/isa_device.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsiconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h
index be3f6e0..486b3a4 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.41 1996/03/31 03:19:09 gibbs Exp $
+ * $Id: scsiconf.h,v 1.42 1996/06/14 11:02:18 asami Exp $
*/
#ifndef SCSI_SCSICONF_H
#define SCSI_SCSICONF_H 1
@@ -473,6 +473,7 @@ void sc_print_addr __P((struct scsi_link *));
void sc_print_start __P((struct scsi_link *));
void sc_print_finish __P((void));
+struct sysctl_req;
int scsi_externalize __P((struct scsi_link *, struct sysctl_req *));
void scsi_device_register __P((struct scsi_device *sd));
OpenPOWER on IntegriCloud