summaryrefslogtreecommitdiffstats
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorSean Nelson <audiohacked@gmail.com>2010-02-27 18:01:15 +0000
committerSean Nelson <audiohacked@gmail.com>2010-02-27 18:01:15 +0000
commit26aea314d2e27e2e5eb55738f84f6ed4377a24a9 (patch)
tree273e78887f6dd10e549c774e4e3b610d6dce1aeb /chipdrivers.h
parent507d6c5d46d9b5b40e55ba44cc51575020a280b8 (diff)
downloadflashrom-26aea314d2e27e2e5eb55738f84f6ed4377a24a9.zip
flashrom-26aea314d2e27e2e5eb55738f84f6ed4377a24a9.tar.gz
Since we have a unlock interface for chips, I think we can convert the remaining references to *_49fl00x
Now the only remaining and used function in pm49fl00x.c is unlock_49fl00x. Added missing unlock to AMIC A49LF040A. Added lock_49fl00x function; Trivial change. Corresponding to flashrom svn r917. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'chipdrivers.h')
-rw-r--r--chipdrivers.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chipdrivers.h b/chipdrivers.h
index 059100e..a378803 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -87,10 +87,8 @@ void write_page_m29f400bt(chipaddr bios, uint8_t *src,
chipaddr dst, int page_size);
/* pm49fl00x.c */
-int probe_49fl00x(struct flashchip *flash);
-int erase_49fl00x(struct flashchip *flash);
-int write_49fl00x(struct flashchip *flash, uint8_t *buf);
int unlock_49fl00x(struct flashchip *flash);
+int lock_49fl00x(struct flashchip *flash);
/* sharplhf00l04.c */
int probe_lhf00l04(struct flashchip *flash);
OpenPOWER on IntegriCloud