blob: 9705d4247b633b8720d69629f0921e3beb1d5b9e [file] [log] [blame]
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00001#ifndef __W49F002U_H__
2#define __W49F002U_H__ 1
3
4extern int probe_49f002 (struct flashchip * flash);
5extern int erase_49f002 (struct flashchip * flash);
6extern int write_49f002 (struct flashchip * flash, unsigned char * buf);
7
8#endif /* !__W49F002U_H__ */