blob: 66979bc082e675be4e4841c084e227fa85536125 [file] [log] [blame]
Ronald G. Minnich1f4d6532004-09-30 16:37:01 +00001#ifndef __SST_FWHUB_H__
2#define __SST_FWHUB_H__ 1
3
4extern int probe_sst_fwhub(struct flashchip *flash);
5extern int erase_sst_fwhub(struct flashchip *flash);
Ollie Lho184a4042005-11-26 21:55:36 +00006extern int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
Ronald G. Minnich1f4d6532004-09-30 16:37:01 +00007
Ronald G. Minnich1f4d6532004-09-30 16:37:01 +00008#endif /* !__SST_FWHUB_H__ */