Ronald G. Minnich | eaab50b | 2003-09-12 22:41:53 +0000 | [diff] [blame] | 1 | #ifndef __AM29F040B_H__ |
2 | #define __AM29F040B_H__ 1 | ||||
3 | |||||
4 | extern int probe_29f040b (struct flashchip * flash); | ||||
5 | extern int erase_29f040b (struct flashchip * flash); | ||||
6 | extern int write_29f040b (struct flashchip * flash, unsigned char * buf); | ||||
7 | |||||
8 | #endif /* !__AM29F040B_H__ */ |