Ticket 93: write speeds from ACh GET PERFORMANCE, Type 03h, DVD media capacity

This commit is contained in:
2006-12-25 19:00:26 +00:00
parent d4711abba8
commit 979e35d979
6 changed files with 141 additions and 14 deletions

View File

@ -51,4 +51,7 @@ int mmc_read_buffer_capacity(struct burn_drive *d);
*/
int mmc_setup_drive(struct burn_drive *d);
/* ts A61225 : obtain write speed descriptors via ACh GET PERFORMANCE */
int mmc_get_write_performance(struct burn_drive *d);
#endif /*__MMC*/