11da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds/*
21da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * fdomain.c -- Future Domain TMC-16x0 SCSI driver
31da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * Author: Rickard E. Faith, faith@cs.unc.edu
41da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * Copyright 1992-1996, 1998 Rickard E. Faith (faith@acm.org)
51da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds *
61da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * This program is free software; you can redistribute it and/or modify it
71da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * under the terms of the GNU General Public License as published by the
81da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * Free Software Foundation; either version 2, or (at your option) any
91da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * later version.
101da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds *
111da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * This program is distributed in the hope that it will be useful, but
121da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * WITHOUT ANY WARRANTY; without even the implied warranty of
131da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
141da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * General Public License for more details.
151da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds *
161da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * You should have received a copy of the GNU General Public License along
171da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * with this program; if not, write to the Free Software Foundation, Inc.,
181da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds * 675 Mass Ave, Cambridge, MA 02139, USA.
191da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds */
201da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvalds
211da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsextern struct scsi_host_template fdomain_driver_template;
221da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsextern int fdomain_setup(char *str);
231da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsextern struct Scsi_Host *__fdomain_16x0_detect(struct  scsi_host_template *tpnt );
241da177e4c3f41524e886b7f1b8a0c1fc7321cacLinus Torvaldsextern int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt);
25