add retry to write_byte_program_jedec(), 99% success rate
[coreboot.git] / util / flash_and_burn / sst_fwhub.h
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
8 #endif                          /* !__SST_FWHUB_H__ */