blob: a66501506bfefb61a8a217e5fd1ec1fa696c9acd [file] [log] [blame]
David Hendricks3770a112004-03-17 21:47:30 +00001#ifndef __SST49LF040_H__
2#define __SST49LF040_H__ 1
3
Ollie Lho761bf1b2004-03-20 16:46:10 +00004extern int probe_49lf040(struct flashchip *flash);
5extern int erase_49lf040(struct flashchip *flash);
6extern int write_49lf040(struct flashchip *flash, unsigned char *buf);
David Hendricks3770a112004-03-17 21:47:30 +00007
Ollie Lho761bf1b2004-03-20 16:46:10 +00008#endif /* !__SST49LF040_H__ */