Made SCSI command log more complete and more readable

This commit is contained in:
2009-11-08 11:12:23 +00:00
parent ffe80264c7
commit 405e6b020e
5 changed files with 102 additions and 14 deletions

View File

@ -68,6 +68,9 @@ int mmc_compose_mode_page_5(struct burn_drive *d,
const struct burn_write_opts *o,
unsigned char *pd);
/* ts A70201 */
int mmc_four_char_to_int(unsigned char *data);
/* ts A70812 : return 0 = ok , return BE_CANCELLED = error occured */
int mmc_read_10(struct burn_drive *d, int start, int amount,
struct buffer *buf);