2004-02-10 22:34:18 +01:00
|
|
|
#ifndef __PM49FL004_H__
|
|
|
|
#define __PM49FL004_H__ 1
|
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
extern int probe_49fl004(struct flashchip *flash);
|
|
|
|
extern int erase_49fl004(struct flashchip *flash);
|
2005-11-26 22:55:36 +01:00
|
|
|
extern int write_49fl004(struct flashchip *flash, uint8_t *buf);
|
2004-02-10 22:34:18 +01:00
|
|
|
|
2004-03-20 17:46:10 +01:00
|
|
|
#endif
|