blob: 2abd7deddf87c26e5954a5f3752d42d5288441e8 [file] [log] [blame]
#ifndef __PM49FL004_H__
#define __PM49FL004_H__ 1
extern int probe_49fl004(struct flashchip *flash);
extern int erase_49fl004(struct flashchip *flash);
extern int write_49fl004(struct flashchip *flash, uint8_t *buf);
#endif