blob: 3fefe5728185ec4e552d12ff939eaa8defdd69ab [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 Lho184a4042005-11-26 21:55:36 +00005extern int write_49lf040(struct flashchip *flash, uint8_t *buf);
David Hendricks3770a112004-03-17 21:47:30 +00006
Ollie Lho761bf1b2004-03-20 16:46:10 +00007#endif /* !__SST49LF040_H__ */