blob: 4863ea5a4fc91dbca1069236ffc75994ee7fb339 [file] [log] [blame]
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00001#ifndef __W49F002U_H__
2#define __W49F002U_H__ 1
3
Ollie Lho761bf1b2004-03-20 16:46:10 +00004extern int probe_49f002(struct flashchip *flash);
5extern int erase_49f002(struct flashchip *flash);
6extern int write_49f002(struct flashchip *flash, unsigned char *buf);
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00007
Ollie Lho761bf1b2004-03-20 16:46:10 +00008#endif /* !__W49F002U_H__ */