From ca782973745545ab978fdfcabe9fa9efcc6c4db3 Mon Sep 17 00:00:00 2001 From: Yinghai Lu Date: Mon, 22 Jan 2007 20:21:17 +0000 Subject: Add support for the SST-49LF004C, SST-49LF008C, SST-49LF016C Also add suport for NVIDIA MCP55. Corresponding to flashrom svn r85 and coreboot v2 svn r2537. Signed-off-by: Yinghai Lu Signed-off-by: Uwe Hermann Acked-by: Peter Stuge --- sst49lfxxxc.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sst49lfxxxc.h (limited to 'sst49lfxxxc.h') diff --git a/sst49lfxxxc.h b/sst49lfxxxc.h new file mode 100644 index 0000000..8768b1f --- /dev/null +++ b/sst49lfxxxc.h @@ -0,0 +1,8 @@ +#ifndef __SST49LFXXXC_H__ +#define __SST49LFXXXC_H__ + +extern int probe_49lfxxxc(struct flashchip *flash); +extern int erase_49lfxxxc(struct flashchip *flash); +extern int write_49lfxxxc(struct flashchip *flash, uint8_t *buf); + +#endif /* !__SST49LFXXXC_H__ */ -- cgit v1.1