2004-03-17 22:47:30 +01:00
|
|
|
#ifndef __SST49LF040_H__
|
|
|
|
#define __SST49LF040_H__ 1
|
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
extern int write_49lf040(struct flashchip *flash, unsigned char *buf);
|
2004-03-17 22:47:30 +01:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__SST49LF040_H__ */
|