diff options
Diffstat (limited to 'util/flashrom/sst49lf040.h')
-rw-r--r-- | util/flashrom/sst49lf040.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util/flashrom/sst49lf040.h b/util/flashrom/sst49lf040.h new file mode 100644 index 0000000000..79dfec99f2 --- /dev/null +++ b/util/flashrom/sst49lf040.h @@ -0,0 +1,7 @@ +#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__ */ |