Test wether SCSI 1Bh START UNIT would be helpful with ticket 90

This commit is contained in:
2006-11-18 19:49:18 +00:00
parent 18a592ad28
commit ebb94ee212
5 changed files with 26 additions and 2 deletions

View File

@ -159,6 +159,7 @@ struct burn_drive
void (*unlock) (struct burn_drive *);
void (*eject) (struct burn_drive *);
void (*load) (struct burn_drive *);
int (*start_unit) (struct burn_drive *);
void (*read_disc_info) (struct burn_drive *);
void (*read_sectors) (struct burn_drive *,
int start,