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); | ||||
Ollie Lho | 184a404 | 2005-11-26 21:55:36 +0000 | [diff] [blame] | 6 | extern int write_sst_fwhub(struct flashchip *flash, uint8_t *buf); |
Ronald G. Minnich | 1f4d653 | 2004-09-30 16:37:01 +0000 | [diff] [blame] | 7 | |
Ronald G. Minnich | 1f4d653 | 2004-09-30 16:37:01 +0000 | [diff] [blame] | 8 | #endif /* !__SST_FWHUB_H__ */ |