Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* Driver for SanDisk SDDR-09 SmartMedia reader |
| 2 | * Header File |
| 3 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * Current development and maintenance by: |
| 5 | * (c) 2000 Robert Baruch (autophile@dol.net) |
| 6 | * (c) 2002 Andries Brouwer (aeb@cwi.nl) |
| 7 | * |
| 8 | * See sddr09.c for more explanation |
| 9 | * |
| 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. |
| 14 | * |
| 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. |
| 19 | * |
| 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. |
| 23 | */ |
| 24 | |
| 25 | #ifndef _USB_SHUTTLE_EUSB_SDDR09_H |
| 26 | #define _USB_SHUTTLE_EUSB_SDDR09_H |
| 27 | |
| 28 | /* Sandisk SDDR-09 stuff */ |
| 29 | |
| 30 | extern int sddr09_transport(struct scsi_cmnd *srb, struct us_data *us); |
| 31 | |
Matthew Dharm | f5b8cb9 | 2005-12-04 21:57:51 -0800 | [diff] [blame] | 32 | extern int usb_stor_sddr09_dpcm_init(struct us_data *us); |
| 33 | extern int usb_stor_sddr09_init(struct us_data *us); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
| 35 | #endif |