| Norman James | 6a58a27 | 2015-10-07 14:34:16 -0500 | [diff] [blame] | 1 | #ifndef SFC_CTRL_H | 
| 2 | #define SFC_CTRL_H | ||||
| 3 | |||||
| 4 | struct spi_flash_ctrl; | ||||
| 5 | |||||
| 6 | extern int sfc_open(struct spi_flash_ctrl **ctrl); | ||||
| 7 | extern void sfc_close(struct spi_flash_ctrl *ctrl); | ||||
| 8 | |||||
| 9 | #endif /* SFC_CTRL_H */ | ||||