ftl: change uint8_t to void in write_upage

This commit is contained in:
S.J.R. van Schaik 2017-05-19 18:06:02 +02:00
parent 6a2c499d7a
commit d631e3012e
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ int read_page_group(struct ftl_map *map,
struct ftl_page_group *group, uint32_t group_no);
int read_page_desc(struct ftl_map *map,
struct ftl_page_desc *page_desc, uint32_t upage);
int write_upage(struct ftl_map *map, const uint8_t *page,
int write_upage(struct ftl_map *map, const void *page,
const struct ftl_page_desc *page_desc);
int trace_path(struct ftl_map *map, struct ftl_page_desc *new_page_desc,
uint32_t *page, uint32_t va);