Made available drive buffer fill during write

This commit is contained in:
2006-10-23 11:31:37 +00:00
parent efaa934a2e
commit 404067bfda
9 changed files with 120 additions and 18 deletions

View File

@ -40,6 +40,9 @@ void mmc_get_configuration(struct burn_drive *);
int mmc_get_nwa(struct burn_drive *);
void mmc_send_cue_sheet(struct burn_drive *, struct cue_sheet *);
/* ts A61023 : get size and free space of drive buffer */
int mmc_read_buffer_capacity(struct burn_drive *d);
/* ts A61021 : the mmc specific part of sg.c:enumerate_common()
*/
int mmc_setup_drive(struct burn_drive *d);