ftl: remove ftl_find()

This commit is contained in:
S.J.R. van Schaik 2017-05-19 14:09:14 +02:00
parent e88435b3a6
commit cd44b4866b
2 changed files with 1 additions and 7 deletions

View file

@ -30,7 +30,6 @@ struct ftl_journal {
int ftl_init_journal(struct ftl_journal *j, struct flash_dev *dev);
int ftl_resume_journal(struct ftl_journal *j);
int ftl_find(struct ftl_journal *j, uint32_t *loc, uint32_t va);
int ftl_write(struct ftl_journal *j, uint32_t addr, const uint8_t *data);
int ftl_read(struct ftl_journal *j, uint8_t *data, uint32_t va);
int ftl_trim(struct ftl_journal *j, uint32_t va);