blob: eb2b364e62db18eaed3fd3f2e000dec6c74298ac (
plain)
1
2
3
4
5
6
7
8
|
#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);
extern int write_sst_fwhub(struct flashchip *flash, unsigned char *buf);
#endif /* !__SST_FWHUB_H__ */
|