2004-09-30 18:37:01 +02:00
|
|
|
#ifndef __SST_FWHUB_H__
|
|
|
|
#define __SST_FWHUB_H__ 1
|
|
|
|
|
|
|
|
extern int probe_sst_fwhub(struct flashchip *flash);
|
|
|
|
extern int erase_sst_fwhub(struct flashchip *flash);
|
2005-11-26 22:55:36 +01:00
|
|
|
extern int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
|
2004-09-30 18:37:01 +02:00
|
|
|
|
|
|
|
#endif /* !__SST_FWHUB_H__ */
|