Home
last modified time | relevance | path

Searched defs:flash_interface (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/flash/
H A Dflash.h97 struct flash_interface { struct
98 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