1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 07:02:34 +02:00
flashrom/sharplhf00l04.h
Ronald G. Minnich 5b582f23b8 Add sharp flash
Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
2006-02-23 17:16:44 +00:00

9 lines
267 B
C

#ifndef __SHARPLHF00L04_H__
#define __SHARPLHF00L04_H__ 1
extern int probe_lhf00l04(struct flashchip *flash);
extern int erase_lhf00l04(struct flashchip *flash);
extern int write_lhf00l04(struct flashchip *flash, uint8_t *buf);
#endif /* !__SHARPLHF00L04_H__ */