2003-10-25 19:01:29 +02:00
|
|
|
#ifndef __MX29F002_H__
|
|
|
|
#define __MX29F002_H__ 1
|
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
extern int probe_29f002(struct flashchip *flash);
|
|
|
|
extern int erase_29f002(struct flashchip *flash);
|
|
|
|
extern int write_29f002(struct flashchip *flash, unsigned char *buf);
|
2003-10-25 19:01:29 +02:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__MX29F002_H__ */
|