flash_interface
extern struct flash_interface nand_flash_if;
flash_attach_mi(struct flash_interface * const flash_if, device_t device)
const struct flash_interface *flash_if;
const struct flash_interface *
device_t flash_attach_mi(struct flash_interface *, device_t);
void flash_attach_mtdparts(struct flash_interface *, device_t, flash_size_t, const char *, const char *);
const struct flash_interface *flash_get_interface(dev_t);
struct flash_interface *flash_if; /* Hardware interface */
struct flash_interface *flash_if; /* Hardware interface */
struct flash_interface *flash_if)
struct flash_interface *fio_if;
struct flash_interface *);
flash_parse_mtddef(struct flash_interface *flash_if, device_t parent,
flash_attach_mtdparts(struct flash_interface *flash_if, device_t parent,
flash_attach_partition(struct flash_interface *flash_if, device_t parent,
struct flash_interface nand_flash_if = {
struct flash_interface nor_flash_if = {
struct flash_interface sc_flash_if;
const struct flash_interface *flash_if;