summaryrefslogtreecommitdiffstats
path: root/sst_fwhub.c
diff options
context:
space:
mode:
authorSean Nelson <audiohacked@gmail.com>2010-02-26 05:48:29 +0000
committerSean Nelson <audiohacked@gmail.com>2010-02-26 05:48:29 +0000
commit14ba6682e99273273be74b8e8681d0604b85e9b9 (patch)
treecd0212ae1ffe83aaea0a5ca9f5e2be86615c471a /sst_fwhub.c
parentcfa674fde7ee763844f82e38503cd997a3951197 (diff)
downloadast2050-flashrom-14ba6682e99273273be74b8e8681d0604b85e9b9.zip
ast2050-flashrom-14ba6682e99273273be74b8e8681d0604b85e9b9.tar.gz
Split spi.c into programmer and chip code Remove chipdriver.h include from flash.h
Some of the spi programmer drivers required chipdrivers.h, needs fixing later: it87spi.c ichspi.c sb600spi.c wbsio_spi.c buspirate_spi.c ft2232spi.c bitbang_spi.c dediprog.c Corresponding to flashrom svn r914. Signed-off-by: Sean Nelson <audiohacked@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'sst_fwhub.c')
-rw-r--r--sst_fwhub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sst_fwhub.c b/sst_fwhub.c
index 75d9e05..9819cee 100644
--- a/sst_fwhub.c
+++ b/sst_fwhub.c
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include <string.h>
#include "flash.h"
+#include "chipdrivers.h"
// I need that Berkeley bit-map printer
void print_sst_fwhub_status(uint8_t status)
OpenPOWER on IntegriCloud