Ronald G. Minnich | 1f4d653 | 2004-09-30 16:37:01 +0000 | [diff] [blame] | 1 | #ifndef __SST_FWHUB_H__ |
2 | #define __SST_FWHUB_H__ 1 | ||||
3 | |||||
4 | extern int probe_sst_fwhub(struct flashchip *flash); | ||||
5 | extern int erase_sst_fwhub(struct flashchip *flash); | ||||
6 | extern int write_sst_fwhub(struct flashchip *flash, unsigned char *buf); | ||||
7 | |||||
Ronald G. Minnich | 1f4d653 | 2004-09-30 16:37:01 +0000 | [diff] [blame] | 8 | #endif /* !__SST_FWHUB_H__ */ |