| 36 | } |
| 37 | |
| 38 | static int setup_fmap(void **state) |
| 39 | { |
| 40 | prepare_flash_buffer(); |
| 41 | rdev_chain_mem_rw(&flash_rdev_rw, flash_buffer, FMAP_SECTION_FLASH_SIZE); |
| 42 | rdev_chain_mem(&flash_rdev_ro, flash_buffer, FMAP_SECTION_FLASH_SIZE); |
| 43 | return 0; |
| 44 | } |
| 45 | |
| 46 | static int teardown_fmap(void **state) |
| 47 | { |
nothing calls this directly
no test coverage detected