Forgot to upload the header which defines mmc_get_phys_format_info

This commit is contained in:
Thomas Schmitt 2011-08-01 15:34:08 +00:00
parent 2e20a4f888
commit 76c4c76722
2 changed files with 6 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.08.01.125405"
#define Cdrskin_timestamP "2011.08.01.153305"

View File

@ -110,4 +110,9 @@ int mmc_start_if_needed(struct burn_drive *d, int flag);
int mmc_get_bd_spare_info(struct burn_drive *d,
int *alloc_blocks, int *free_blocks, int flag);
/* ts B10801 */
int mmc_get_phys_format_info(struct burn_drive *d, int *disk_category,
char **book_name, int *part_version, int *num_layers,
int *num_blocks, int flag);
#endif /*__MMC*/