summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsi_driver.h')
-rw-r--r--sys/scsi/scsi_driver.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/scsi/scsi_driver.h b/sys/scsi/scsi_driver.h
index ec2e1c8..86e9185 100644
--- a/sys/scsi/scsi_driver.h
+++ b/sys/scsi/scsi_driver.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_driver.h,v 1.3 1995/04/14 15:10:34 dufault Exp $
+ * $Id: scsi_driver.h,v 1.4 1995/05/30 08:13:39 rgrimes Exp $
*
*/
#ifndef _SCSI__DRIVER_H_
@@ -61,16 +61,6 @@ int scsi_ioctl __P((dev_t, u_int32, caddr_t, int, struct proc *,
void scsi_strategy __P((struct buf *, struct scsi_device *));
void scsi_minphys __P((struct buf *, struct scsi_device *));
-int suopen __P((dev_t, int, int, struct proc *));
-int suclose __P((dev_t, int, int, struct proc *));
-void sustrategy __P((struct buf *));
-int suioctl __P((dev_t, int, caddr_t, int, struct proc *));
-int sudump __P((dev_t));
-int supsize __P((dev_t));
-int suread __P((dev_t, struct uio *, int));
-int suwrite __P((dev_t, struct uio *, int));
-int suselect __P((dev_t, int, struct proc *));
-
#endif /* KERNEL */
#endif /* _SCSI__DRIVER_H_ */
OpenPOWER on IntegriCloud