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

@ -196,6 +196,10 @@ struct burn_drive
struct scsi_mode_data *mdata;
int toc_entries;
struct burn_toc_entry *toc_entry;
/* ts A61023 : get size and free space of drive buffer */
int (*read_buffer_capacity) (struct burn_drive *d);
};
/* end of generic 'drive' data structures */