1 /* 2 * Copyright (c) 2003-2005 by Siarzhuk Zharski <imker@gmx.li> 3 * Distributed under the terms of the BSD License. 4 * 5 */ 6 #ifndef _FAKE_DEVICE_H_ 7 #define _FAKE_DEVICE_H_ 8 9 void fake_inquiry_request(usb_device_info *udi, CCB_SCSIIO *ccbio); 10 void fake_test_unit_ready_request(CCB_SCSIIO *ccbio); 11 status_t fake_scsi_io(CCB_SCSIIO *ccbio); 12 13 #endif /* _FAKE_DEVICE_H_ */ 14