Attempt SCSI-MMC speed setting (e.g. for M$).

This commit is contained in:
rocky
2005-01-18 05:41:58 +00:00
parent 8edd441cbd
commit 93d29803c0
3 changed files with 63 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: scsi_mmc.h,v 1.38 2005/01/18 00:57:20 rocky Exp $
$Id: scsi_mmc.h,v 1.39 2005/01/18 05:41:58 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -436,4 +436,16 @@ int scsi_mmc_set_blocksize ( const CdIo_t *p_cdio, unsigned int i_bsize);
*/
int scsi_mmc_get_blocksize ( const CdIo_t *p_cdio );
/*!
Set the drive speed.
@return -1 if we had an error. is -2 returned if this is not
implemented for the current driver.
@see scsi_mmc_get_speed
*/
int
scsi_mmc_set_speed( const CdIo_t *p_cdio, int i_speed );
#endif /* __SCSI_MMC_H__ */