blob: 4a75da1751628058c914c232f38133fe7163857d [file] [log] [blame]
Ronald G. Minniche3dad012004-02-10 21:34:18 +00001#ifndef __PM49FL004_H__
2#define __PM49FL004_H__ 1
3
4extern int probe_49fl004 (struct flashchip * flash);
5extern int erase_49fl004 (struct flashchip * flash);
6extern int write_49fl004 (struct flashchip * flash, unsigned char * buf);
7
8#endif