2003-10-25 19:01:29 +02:00
|
|
|
#ifndef __AM29F040B_H__
|
|
|
|
#define __AM29F040B_H__ 1
|
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
extern int probe_29f040b(struct flashchip *flash);
|
|
|
|
extern int erase_29f040b(struct flashchip *flash);
|
2005-11-26 22:55:36 +01:00
|
|
|
extern int write_29f040b(struct flashchip *flash, uint8_t *buf);
|
2003-10-25 19:01:29 +02:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif /* !__AM29F040B_H__ */
|