summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2007-10-16 21:09:06 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2007-10-16 21:09:06 +0000
commit3d94a0e00e4d3fdb5f799861d3b354d13a1fcd95 (patch)
tree99411d8ca9990c7d7c5120067e54501782f68584 /flash.h
parent70539260f5108c9550bde7fa2fb0b9c6653bd78b (diff)
downloadflashrom-3d94a0e00e4d3fdb5f799861d3b354d13a1fcd95.tar.gz
flashrom-3d94a0e00e4d3fdb5f799861d3b354d13a1fcd95.tar.bz2
flashrom-3d94a0e00e4d3fdb5f799861d3b354d13a1fcd95.zip
Convert the existing it8716f_* functions to generic_spi_* functions
Corresponding to flashrom svn r147 and coreboot v2 svn r2863. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 602982877..0e419fff6 100644
--- a/flash.h
+++ b/flash.h
@@ -209,7 +209,7 @@ extern char *lb_part, *lb_vendor;
/* spi.c */
int probe_spi(struct flashchip *flash);
-int it87xx_probe_serial_flash(const char *name);
+int it87xx_probe_spi_flash(const char *name);
/* 82802ab.c */
int probe_82802ab(struct flashchip *flash);