| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
|  | 2 | * fdomain.c -- Future Domain TMC-16x0 SCSI driver | 
|  | 3 | * Author: Rickard E. Faith, faith@cs.unc.edu | 
|  | 4 | * Copyright 1992-1996, 1998 Rickard E. Faith (faith@acm.org) | 
|  | 5 | * | 
|  | 6 | * This program is free software; you can redistribute it and/or modify it | 
|  | 7 | * under the terms of the GNU General Public License as published by the | 
|  | 8 | * Free Software Foundation; either version 2, or (at your option) any | 
|  | 9 | * later version. | 
|  | 10 | * | 
|  | 11 | * This program is distributed in the hope that it will be useful, but | 
|  | 12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | 
|  | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU | 
|  | 14 | * General Public License for more details. | 
|  | 15 | * | 
|  | 16 | * You should have received a copy of the GNU General Public License along | 
|  | 17 | * with this program; if not, write to the Free Software Foundation, Inc., | 
|  | 18 | * 675 Mass Ave, Cambridge, MA 02139, USA. | 
|  | 19 | */ | 
|  | 20 |  | 
|  | 21 | extern struct scsi_host_template fdomain_driver_template; | 
|  | 22 | extern int fdomain_setup(char *str); | 
|  | 23 | extern struct Scsi_Host *__fdomain_16x0_detect(struct  scsi_host_template *tpnt ); | 
|  | 24 | extern int fdomain_16x0_bus_reset(struct scsi_cmnd *SCpnt); |