Avoiding drive scan if single drive is given

This commit is contained in:
2008-08-01 10:10:13 +00:00
parent 332a92ac78
commit 98d742a4ef
4 changed files with 303 additions and 4 deletions

View File

@ -125,4 +125,10 @@ int burn_drive__fd_from_special_adr(char *adr);
int burn_drive_find_by_thread_pid(struct burn_drive **d, pid_t pid);
/* ts A51221 - A80731 : Whitelist inquiry functions */
int burn_drive_is_banned(char *device_address);
int burn_drive_whitelist_count(void);
char *burn_drive_whitelist_item(int idx, int flag);
#endif /* __DRIVE */