New API calls burn_drive_grab_dummy(), burn_drive_get_drive_role()

This commit is contained in:
2007-09-04 22:50:04 +00:00
parent 797f403b0d
commit 31650eb988
10 changed files with 591 additions and 73 deletions

View File

@@ -121,6 +121,9 @@ struct burn_format_descr {
/** Gets initialized in enumerate_common() and burn_drive_register() */
struct burn_drive
{
/* ts A70902: 0=null-emulation , 1=MMC drive , 2=stdio-emulation */
int drive_role;
int bus_no;
int host;
int id;