summaryrefslogtreecommitdiff
path: root/chipdrivers.h
diff options
context:
space:
mode:
authorsnelson <snelson@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-16 00:35:53 +0000
committersnelson <snelson@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2010-03-16 00:35:53 +0000
commitd4b178f4e7b2c8ea9456f50e7120ea5e13091f59 (patch)
tree76c059a432854328a794a421c1057f76500766da /chipdrivers.h
parent1cf6c5783cbd8b86a090a0b6127372e1f7c8c2fe (diff)
downloadflashrom-d4b178f4e7b2c8ea9456f50e7120ea5e13091f59.tar.gz
kill dead w39v040c.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@939 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 6b9f9d6..e04b6c0 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -119,9 +119,6 @@ int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
int printlock_sst_fwhub(struct flashchip *flash);
/* w39v040c.c */
-int probe_w39v040c(struct flashchip *flash);
-int erase_w39v040c(struct flashchip *flash);
-int write_w39v040c(struct flashchip *flash, uint8_t *buf);
int printlock_w39v040c(struct flashchip *flash);
/* w39V080fa.c */