summaryrefslogtreecommitdiffstats
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorSean Nelson <audiohacked@gmail.com>2010-03-16 01:00:50 +0000
committerSean Nelson <audiohacked@gmail.com>2010-03-16 01:00:50 +0000
commit4484e19ed72f251bfd5c7f1bef74cfc552ca2ea4 (patch)
tree11e10dc557875ab3874b8ea3fabfc737bd7c25dc /chipdrivers.h
parent9b31b810796149105fe771c0e76bdfe4771a81c9 (diff)
downloadflashrom-4484e19ed72f251bfd5c7f1bef74cfc552ca2ea4.zip
flashrom-4484e19ed72f251bfd5c7f1bef74cfc552ca2ea4.tar.gz
Remove function probe_28sf040 delete references to dead sharplhf00l04.c and sst29sf040.c functions from chipdrivers.h
Corresponding to flashrom svn r942. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chipdrivers.h b/chipdrivers.h
index c7fecd2..029c82a 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -93,13 +93,10 @@ int unlock_49fl00x(struct flashchip *flash);
int lock_49fl00x(struct flashchip *flash);
/* sharplhf00l04.c */
-int probe_lhf00l04(struct flashchip *flash);
int erase_lhf00l04_block(struct flashchip *flash, unsigned int blockaddr, unsigned int blocklen);
int write_lhf00l04(struct flashchip *flash, uint8_t *buf);
-void protect_lhf00l04(chipaddr bios);
/* sst28sf040.c */
-int probe_28sf040(struct flashchip *flash);
int erase_chip_28sf040(struct flashchip *flash, unsigned int addr, unsigned int blocklen);
int erase_sector_28sf040(struct flashchip *flash, unsigned int address, unsigned int sector_size);
int write_28sf040(struct flashchip *flash, uint8_t *buf);
OpenPOWER on IntegriCloud