X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fnand.h;h=dded4e27f059d6c6fb4e3987009a722433cf2ad6;hb=25b29921b2f5a9a133c6196afaf05fce1be9927b;hp=e9b47f1b25a243ad5ef59b3b347e652935a9d4e8;hpb=eee623a5049963d0c085be37128bbd22bee1ba1e;p=oweals%2Fu-boot.git diff --git a/include/nand.h b/include/nand.h index e9b47f1b25..dded4e27f0 100644 --- a/include/nand.h +++ b/include/nand.h @@ -139,13 +139,14 @@ int nand_read_skip_bad(nand_info_t *nand, loff_t offset, size_t *length, int nand_write_skip_bad(nand_info_t *nand, loff_t offset, size_t *length, u_char *buffer, int flags); int nand_erase_opts(nand_info_t *meminfo, const nand_erase_options_t *opts); +int nand_torture(nand_info_t *nand, loff_t offset); #define NAND_LOCK_STATUS_TIGHT 0x01 -#define NAND_LOCK_STATUS_LOCK 0x02 #define NAND_LOCK_STATUS_UNLOCK 0x04 int nand_lock(nand_info_t *meminfo, int tight); -int nand_unlock(nand_info_t *meminfo, ulong start, ulong length, int allexcept); +int nand_unlock(nand_info_t *meminfo, loff_t start, size_t length, + int allexcept); int nand_get_lock_status(nand_info_t *meminfo, loff_t offset); int nand_spl_load_image(uint32_t offs, unsigned int size, void *dst);