summaryrefslogtreecommitdiff
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorsnelson <snelson@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-16 00:45:00 +0000
committersnelson <snelson@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-16 00:45:00 +0000
commit6e45714bb23d0626906f2f767ad261a3951afa11 (patch)
treebab5462b2d6a9843470dfb9dfaaeca8572ec7c17 /chipdrivers.h
parentd4b178f4e7b2c8ea9456f50e7120ea5e13091f59 (diff)
downloadflashrom-6e45714bb23d0626906f2f767ad261a3951afa11.tar.gz
kill dead w39v080fa.c functions
Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@940 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 e04b6c0..64c8845 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -122,9 +122,6 @@ int printlock_sst_fwhub(struct flashchip *flash);
int printlock_w39v040c(struct flashchip *flash);
/* w39V080fa.c */
-int probe_winbond_fwhub(struct flashchip *flash);
-int erase_winbond_fwhub(struct flashchip *flash);
-int write_winbond_fwhub(struct flashchip *flash, uint8_t *buf);
int unlock_winbond_fwhub(struct flashchip *flash);
/* w29ee011.c */