Made MMC command CLOSE TRACK/SESSION available to struct burn_drive

This commit is contained in:
2006-10-30 11:18:36 +00:00
parent b837cc134d
commit 99ca953b1d
3 changed files with 6 additions and 0 deletions

View File

@@ -189,6 +189,10 @@ struct burn_drive
void (*close_disc) (struct burn_write_opts * o);
void (*close_session) ( struct burn_write_opts * o);
/* ts A61029 */
void (*close_track_session) ( struct burn_write_opts * o,
int session, int track);
int (*test_unit_ready) (struct burn_drive * d);
void (*probe_write_modes) (struct burn_drive * d);
struct params params;