New API call burn_disc_pretend_full_uncond()

This commit is contained in:
2013-11-10 16:35:17 +00:00
parent ae4d296a60
commit edc90b880c
4 changed files with 17 additions and 1 deletions

View File

@ -2494,6 +2494,13 @@ int burn_disc_pretend_full(struct burn_drive *d)
return 1;
}
/* ts B31110 API function */
int burn_disc_pretend_full_uncond(struct burn_drive *d)
{
d->status = BURN_DISC_FULL;
return 1;
}
/* ts A61021: new API function */
int burn_disc_read_atip(struct burn_drive *d)
{