diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/onenand_uboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/onenand_uboot.h b/include/onenand_uboot.h index 4449f987bf..4260ee7eb4 100644 --- a/include/onenand_uboot.h +++ b/include/onenand_uboot.h @@ -39,6 +39,6 @@ extern int onenand_erase(struct mtd_info *mtd, struct erase_info *instr); extern int onenand_unlock(struct mtd_info *mtd, loff_t ofs, size_t len); -extern void onenand_print_device_info(int device, int verbose); +extern char *onenand_print_device_info(int device); #endif /* __UBOOT_ONENAND_H */ |