blob: 79dfec99f23b0c35a30f8802494e2c1aacf680b1 [file] [log] [blame]
David Hendricks3770a112004-03-17 21:47:30 +00001#ifndef __SST49LF040_H__
2#define __SST49LF040_H__ 1
3
Ollie Lhoa1439cf2005-01-11 02:48:22 +00004extern int erase_49lf040(struct flashchip *flash);
Ollie Lho761bf1b2004-03-20 16:46:10 +00005extern int write_49lf040(struct flashchip *flash, unsigned char *buf);
David Hendricks3770a112004-03-17 21:47:30 +00006
Ollie Lho761bf1b2004-03-20 16:46:10 +00007#endif /* !__SST49LF040_H__ */