blob: 77ccd427e3a86b7b827cd78ee88f0f4145bf6432 [file] [log] [blame]
Norman James6a58a272015-10-07 14:34:16 -05001#ifndef SFC_CTRL_H
2#define SFC_CTRL_H
3
4struct spi_flash_ctrl;
5
6extern int sfc_open(struct spi_flash_ctrl **ctrl);
7extern void sfc_close(struct spi_flash_ctrl *ctrl);
8
9#endif /* SFC_CTRL_H */