New OS adapter burn_os_is_2k_seekrw() replaces S_ISBLK() with pseudo-drives

This commit is contained in:
2010-01-16 12:51:24 +00:00
parent 7ead54c8b9
commit 39fd8b922d
8 changed files with 224 additions and 35 deletions

View File

@ -31,6 +31,8 @@ int scsi_enumerate_drives(void);
int sg_drive_is_open(struct burn_drive * d);
int burn_os_is_2k_seekrw(char *path, int flag);
int burn_os_stdio_capacity(char *path, off_t *bytes);
/* ts A91227 */