Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / usb / storage / isd200.h
blob0a35f4fa78f8d156a25261b29c7842e9781f84d8
1 /* Header File for In-System Design, Inc. ISD200 ASIC
3 * First release
5 * Current development and maintenance by:
6 * (c) 2000 In-System Design, Inc. (support@in-system.com)
8 * See isd200.c for more information.
10 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License as published by the
12 * Free Software Foundation; either version 2, or (at your option) any
13 * later version.
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
20 * You should have received a copy of the GNU General Public License along
21 * with this program; if not, write to the Free Software Foundation, Inc.,
22 * 675 Mass Ave, Cambridge, MA 02139, USA.
25 #ifndef _USB_ISD200_H
26 #define _USB_ISD200_H
28 extern void isd200_ata_command(struct scsi_cmnd *srb, struct us_data *us);
29 extern int isd200_Initialization(struct us_data *us);
31 #endif