Searched defs:flash_interface (Results 1 – 1 of 1) sorted by relevance
97 struct flash_interface { struct98 int (*erase)(device_t, struct flash_erase_instruction *);99 int (*read)(device_t, flash_off_t, size_t, size_t *, uint8_t *);123 device_t flash_attach_mi(struct flash_interface *, device_t); argument