blob: 027e845044de975cafd945cf6b2b43bf39604c6e [file] [log] [blame]
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00001#ifndef __SST28SF040_H__
2#define __SST28SF040_H__
3
Ollie Lho761bf1b2004-03-20 16:46:10 +00004extern int probe_28sf040(struct flashchip *flash);
5extern int erase_28sf040(struct flashchip *flash);
Ollie Lho184a4042005-11-26 21:55:36 +00006extern int write_28sf040(struct flashchip *flash, uint8_t *buf);
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00007
Ollie Lho761bf1b2004-03-20 16:46:10 +00008#endif /* !__SST28SF040_H__ */