blob: 2abd7deddf87c26e5954a5f3752d42d5288441e8 [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);
Ollie Lho184a4042005-11-26 21:55:36 +00006extern int write_49fl004(struct flashchip *flash, uint8_t *buf);
Ronald G. Minniche3dad012004-02-10 21:34:18 +00007
Ollie Lho761bf1b2004-03-20 16:46:10 +00008#endif