blob: 77ccd427e3a86b7b827cd78ee88f0f4145bf6432 [file] [log] [blame]
#ifndef SFC_CTRL_H
#define SFC_CTRL_H
struct spi_flash_ctrl;
extern int sfc_open(struct spi_flash_ctrl **ctrl);
extern void sfc_close(struct spi_flash_ctrl *ctrl);
#endif /* SFC_CTRL_H */