David Hendricks | 3770a11 | 2004-03-17 21:47:30 +0000 | [diff] [blame] | 1 | #ifndef __SST49LF040_H__ |
2 | #define __SST49LF040_H__ 1 | ||||
3 | |||||
Ollie Lho | 761bf1b | 2004-03-20 16:46:10 +0000 | [diff] [blame] | 4 | extern int write_49lf040(struct flashchip *flash, unsigned char *buf); |
David Hendricks | 3770a11 | 2004-03-17 21:47:30 +0000 | [diff] [blame] | 5 | |
Ollie Lho | 761bf1b | 2004-03-20 16:46:10 +0000 | [diff] [blame] | 6 | #endif /* !__SST49LF040_H__ */ |