Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C in flashrom.
[coreboot.git] / util / flashrom / sst49lfxxxc.h
1 #ifndef __SST49LFXXXC_H__
2 #define __SST49LFXXXC_H__
3
4 extern int probe_49lfxxxc(struct flashchip *flash);
5 extern int erase_49lfxxxc(struct flashchip *flash);
6 extern int write_49lfxxxc(struct flashchip *flash, uint8_t *buf);
7
8 #endif                          /* !__SST49LFXXXC_H__ */