blob: d615dfa44b7273c8a41cfce825d77dc64415658c [file] [log] [blame]
Ronald G. Minnich5b582f22006-02-23 17:16:44 +00001#ifndef __SHARPLHF00L04_H__
2#define __SHARPLHF00L04_H__ 1
3
4extern int probe_lhf00l04(struct flashchip *flash);
5extern int erase_lhf00l04(struct flashchip *flash);
6extern int write_lhf00l04(struct flashchip *flash, uint8_t *buf);
7
8#endif /* !__SHARPLHF00L04_H__ */