diff options
Diffstat (limited to 'include/linux/pstore.h')
| -rw-r--r-- | include/linux/pstore.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/include/linux/pstore.h b/include/linux/pstore.h index 831479f8df8f..899e95e84400 100644 --- a/include/linux/pstore.h +++ b/include/linux/pstore.h @@ -58,7 +58,8 @@ struct pstore_info {  	int		(*close)(struct pstore_info *psi);  	ssize_t		(*read)(u64 *id, enum pstore_type_id *type,  			int *count, struct timespec *time, char **buf, -			bool *compressed, struct pstore_info *psi); +			bool *compressed, ssize_t *ecc_notice_size, +			struct pstore_info *psi);  	int		(*write)(enum pstore_type_id type,  			enum kmsg_dump_reason reason, u64 *id,  			unsigned int part, int count, bool compressed, |