diff options
Diffstat (limited to 'include/nand.h')
| -rw-r--r-- | include/nand.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/nand.h b/include/nand.h index 26190e413..228d87127 100644 --- a/include/nand.h +++ b/include/nand.h @@ -125,6 +125,8 @@ struct nand_erase_options {  	/* Don't include skipped bad blocks in size to be erased */  	int spread; +	/* maximum size that actual may be in order to not exceed the buf */ +	loff_t lim;  };  typedef struct nand_erase_options nand_erase_options_t; |