From 61b80893b231189afdb5ddb737b47d197b74380c Mon Sep 17 00:00:00 2001 From: KATO Takenori Date: Thu, 3 Apr 1997 10:09:29 +0000 Subject: [PATCH] Moved prototypes of scsi_data, scsi_link and proc before scsi_adapter. If PC98 is defined, the type of the first argument of open_target_lu is scsi_link structure. --- sys/scsi/scsiconf.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index ef45d67784f..ca4eeaf0afe 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.51 1997/03/23 06:33:50 bde Exp $ + * $Id: scsiconf.h,v 1.52 1997/04/02 09:05:43 jmg Exp $ */ #ifndef SCSI_SCSICONF_H #define SCSI_SCSICONF_H 1 @@ -58,6 +58,14 @@ struct scsi_xfer; struct cfdata; #endif +/* Don't poke around inside of "scsi_data". Each low level + * driver has its own definition for it. + */ +struct scsi_data; +struct scsi_link; /* scsi_link refers to scsi_device and vice-versa */ + +struct proc; + /* * These entrypoints are called by the high-end drivers to get services from * whatever low-end drivers they are attached to each adapter type has one of @@ -101,14 +109,6 @@ struct scsi_adapter * e.g. maximum number of entries queuable to a device by the adapter */ -/* Don't poke around inside of "scsi_data". Each low level - * driver has its own definition for it. - */ -struct scsi_data; -struct scsi_link; /* scsi_link refers to scsi_device and vice-versa */ - -struct proc; - /* * These entry points are called by the low-end drivers to get services from * whatever high-end drivers they are attached to. Each device type has one