New API call burn_disc_get_bd_spare_info()

This commit is contained in:
2010-09-24 09:07:05 +00:00
parent 38c029d5e3
commit f14b66a09b
6 changed files with 75 additions and 4 deletions

View File

@ -106,5 +106,8 @@ int mmc_function_spy(struct burn_drive *d, char * text);
/* ts A91118 */
int mmc_start_if_needed(struct burn_drive *d, int flag);
/* ts B00924 */
int mmc_get_bd_spare_info(struct burn_drive *d,
int *alloc_blocks, int *free_blocks, int flag);
#endif /*__MMC*/