blob: 99efb67400a8707b1f7a3847d628e2c42f614a13 [file] [log] [blame]
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00001#ifndef __AM29F040B_H__
2#define __AM29F040B_H__ 1
3
Ollie Lho761bf1b2004-03-20 16:46:10 +00004extern int probe_29f040b(struct flashchip *flash);
5extern int erase_29f040b(struct flashchip *flash);
Ollie Lho184a4042005-11-26 21:55:36 +00006extern int write_29f040b(struct flashchip *flash, uint8_t *buf);
Ronald G. Minnicheaab50b2003-09-12 22:41:53 +00007
Ollie Lho761bf1b2004-03-20 16:46:10 +00008#endif /* !__AM29F040B_H__ */