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

@ -824,6 +824,7 @@ int mmc_setup_drive(struct burn_drive *d)
d->get_nwa = mmc_get_nwa;
d->close_disc = mmc_close_disc;
d->close_session = mmc_close_session;
d->close_track_session = mmc_close;
d->read_buffer_capacity = mmc_read_buffer_capacity;
/* ts A61020 */