blob: 292ebe9fe0c7ccfcde15090677e3e734cd32c92c [file] [log] [blame]
David Hendricks3770a112004-03-17 21:47:30 +00001#ifndef __SST49LF040_H__
2#define __SST49LF040_H__ 1
3
4extern int probe_49lf040 (struct flashchip * flash);
5extern int erase_49lf040 (struct flashchip * flash);
6extern int write_49lf040 (struct flashchip * flash, unsigned char * buf);
7
8#endif /* !__SST49LF040_H__ */