GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / scsi / fdomain.h
blob47021d9d4fe4c01a511820159237cc8cb9722a17
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)
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.
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.
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.
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);