diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/lightnvm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/lightnvm.h b/include/linux/lightnvm.h index 034117b3be5f..c228dbc803bf 100644 --- a/include/linux/lightnvm.h +++ b/include/linux/lightnvm.h | |||
@@ -427,6 +427,9 @@ extern int nvm_register(struct request_queue *, char *, | |||
427 | extern void nvm_unregister(char *); | 427 | extern void nvm_unregister(char *); |
428 | 428 | ||
429 | extern int nvm_submit_io(struct nvm_dev *, struct nvm_rq *); | 429 | extern int nvm_submit_io(struct nvm_dev *, struct nvm_rq *); |
430 | extern void nvm_generic_to_addr_mode(struct nvm_dev *, struct nvm_rq *); | ||
431 | extern void nvm_addr_to_generic_mode(struct nvm_dev *, struct nvm_rq *); | ||
432 | extern int nvm_erase_ppa(struct nvm_dev *, struct ppa_addr); | ||
430 | extern int nvm_erase_blk(struct nvm_dev *, struct nvm_block *); | 433 | extern int nvm_erase_blk(struct nvm_dev *, struct nvm_block *); |
431 | #else /* CONFIG_NVM */ | 434 | #else /* CONFIG_NVM */ |
432 | struct nvm_dev_ops; | 435 | struct nvm_dev_ops; |