blob: 21c880b0bfc633bbce11c8f97b2349bdb2b6c591 [file] [log] [blame]
Ronald G. Minniche3dad012004-02-10 21:34:18 +00001#ifndef __PM49FL004_H__
2#define __PM49FL004_H__ 1
3
Ollie Lho761bf1b2004-03-20 16:46:10 +00004extern int probe_49fl004(struct flashchip *flash);
5extern int erase_49fl004(struct flashchip *flash);
6extern int write_49fl004(struct flashchip *flash, unsigned char *buf);
Ronald G. Minniche3dad012004-02-10 21:34:18 +00007
Ollie Lho761bf1b2004-03-20 16:46:10 +00008#endif