Test wether SCSI 1Bh START UNIT would be helpful with ticket 90
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user