forked from Minki/linux
dfe0d3ba20
This changeset from Keith Bennett (via Bob Copeland) moves the Karma initializer to its own file and adds trapping of the START_STOP command to enable eject of the device. Signed-off-by: Keith Bennett <keith@mcs.st-and.ac.uk> Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Matthew Dharm <mdharm-usb@one-eyed-alien.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8 lines
173 B
C
8 lines
173 B
C
#ifndef _KARMA_USB_H
|
|
#define _KARMA_USB_H
|
|
|
|
extern int rio_karma_init(struct us_data *us);
|
|
extern int rio_karma_transport(struct scsi_cmnd *srb, struct us_data *us);
|
|
|
|
#endif
|