Made burn_drive_scan() refuse work on non-empty drive list.

This commit is contained in:
2007-09-07 15:50:31 +00:00
parent 5283401fb0
commit 8e171c89a6
5 changed files with 12 additions and 6 deletions

View File

@ -43,7 +43,8 @@ unsigned int burn_drive_count(void);
/* ts A61007 */
/* void burn_wait_all(void); */
int burn_drives_are_clear(void);
/* @param flag bit0= demand freed drives (else released drives) */
int burn_drives_are_clear(int flag);
int burn_sector_length_write(struct burn_drive *d);
int burn_track_control(struct burn_drive *d, int);