summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-14 19:44:29 +0000
committerbde <bde@FreeBSD.org>1995-12-14 19:44:29 +0000
commit93209d9d82f9f4af9b19ef144fe74ba9d7cc483d (patch)
tree46cd99b9fee62c9438a88a396b35b91450df19cf /sys/scsi
parent865afe0c0daad1be18a63d9de97ead0e94f29796 (diff)
downloadFreeBSD-src-93209d9d82f9f4af9b19ef144fe74ba9d7cc483d.zip
FreeBSD-src-93209d9d82f9f4af9b19ef144fe74ba9d7cc483d.tar.gz
Added prototypes.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsi_sense.c2
-rw-r--r--sys/scsi/scsiconf.c3
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/scsi/scsi_sense.c b/sys/scsi/scsi_sense.c
index 9fb2faf..8a41954 100644
--- a/sys/scsi/scsi_sense.c
+++ b/sys/scsi/scsi_sense.c
@@ -1,5 +1,7 @@
#include <sys/types.h>
+#include <scsi/scsiconf.h>
+
/* XXX There should be a way for a type driver to have its own
* private senses and add them when it is added.
*/
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c
index 2d6ab29..2fdf6ad 100644
--- a/sys/scsi/scsiconf.c
+++ b/sys/scsi/scsiconf.c
@@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
- * $Id: scsiconf.c,v 1.41 1995/12/13 20:08:53 peter Exp $
+ * $Id: scsiconf.c,v 1.42 1995/12/14 09:54:29 phk Exp $
*/
#include <sys/types.h>
@@ -69,6 +69,7 @@ struct extend_array
};
static void make_readable __P((char *to, char *from, size_t n));
+static int match __P((char *pattern, char *name));
static int scsi_bus_conf __P((struct scsi_link *sc_link_proto));
static void *
OpenPOWER on IntegriCloud