2004-03-17 22:47:30 +01:00
|
|
|
#ifndef __SST49LF040_H__
|
|
|
|
#define __SST49LF040_H__ 1
|
|
|
|
|
2005-01-11 03:48:22 +01:00
|
|
|
extern int erase_49lf040(struct flashchip *flash);
|
2005-11-26 22:55:36 +01:00
|
|
|
extern int write_49lf040(struct flashchip *flash, uint8_t *buf);
|
2004-03-17 22:47:30 +01:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__SST49LF040_H__ */
|