diff options
Diffstat (limited to 'ubi-utils/include/libscan.h')
-rw-r--r-- | ubi-utils/include/libscan.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ubi-utils/include/libscan.h b/ubi-utils/include/libscan.h index 5afc93e..8597b98 100644 --- a/ubi-utils/include/libscan.h +++ b/ubi-utils/include/libscan.h @@ -92,11 +92,13 @@ struct mtd_info; /** * ubi_scan - scan an MTD device. * @mtd: information about the MTD device to scan + * @fd: MTD device node file descriptor * @info: the result of the scanning is returned here * @verbose: verbose mode: %0 - be silent, %1 - output progress information, * 2 - debugging output mode */ -int ubi_scan(struct mtd_info *mtd, struct ubi_scan_info **info, int verbose); +int ubi_scan(struct mtd_info *mtd, int fd, struct ubi_scan_info **info, + int verbose); /** * ubi_scan_free - free scanning information. |