1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00
flashrom/sst49lf040.h
Ollie Lho a1439cfdee Add dedicated chip erase function for SST49LF040
Corresponding to flashrom svn r31 and coreboot v2 svn r1852.
2005-01-11 02:48:22 +00:00

8 lines
210 B
C

#ifndef __SST49LF040_H__
#define __SST49LF040_H__ 1
extern int erase_49lf040(struct flashchip *flash);
extern int write_49lf040(struct flashchip *flash, unsigned char *buf);
#endif /* !__SST49LF040_H__ */