blob: 8768b1fe66298ed65ac437c9c774cdb2896f2e20 [file] [log] [blame]
Yinghai Luca782972007-01-22 20:21:17 +00001#ifndef __SST49LFXXXC_H__
2#define __SST49LFXXXC_H__
3
4extern int probe_49lfxxxc(struct flashchip *flash);
5extern int erase_49lfxxxc(struct flashchip *flash);
6extern int write_49lfxxxc(struct flashchip *flash, uint8_t *buf);
7
8#endif /* !__SST49LFXXXC_H__ */