summaryrefslogtreecommitdiff
path: root/chipdrivers.h
diff options
context:
space:
mode:
authormkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-06 17:58:05 +0000
committermkarcher <mkarcher@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-03-06 17:58:05 +0000
commitb5d7831ae5c4eadc304b7c1fb510976b76c7bf4b (patch)
treede4ff2cc283b98d482fa09e1043dd7e3a306d3cb /chipdrivers.h
parent4a517e126e67b03a425893392eb6692d3b6d131e (diff)
downloadflashrom-b5d7831ae5c4eadc304b7c1fb510976b76c7bf4b.tar.gz
Add W39L040
Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1268 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'chipdrivers.h')
-rw-r--r--chipdrivers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipdrivers.h b/chipdrivers.h
index a6faf9f..c01ab7a 100644
--- a/chipdrivers.h
+++ b/chipdrivers.h
@@ -110,6 +110,7 @@ int printlock_sst_fwhub(struct flashchip *flash);
int unlock_sst_fwhub(struct flashchip *flash);
/* w39.c */
+int printlock_w39l040(struct flashchip * flash);
int printlock_w39v040a(struct flashchip *flash);
int printlock_w39v040b(struct flashchip *flash);
int printlock_w39v040c(struct flashchip *flash);