diff options
author | Sean Nelson <audiohacked@gmail.com> | 2010-02-26 05:48:29 +0000 |
---|---|---|
committer | Sean Nelson <audiohacked@gmail.com> | 2010-02-26 05:48:29 +0000 |
commit | 18d9be256c36364316257f9f76d87513d7c7174a (patch) | |
tree | cd0212ae1ffe83aaea0a5ca9f5e2be86615c471a /sharplhf00l04.c | |
parent | 9e5026459ba8ac9cafa71a22a91f970365164c5b (diff) | |
download | flashrom-18d9be256c36364316257f9f76d87513d7c7174a.zip flashrom-18d9be256c36364316257f9f76d87513d7c7174a.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 'sharplhf00l04.c')
-rw-r--r-- | sharplhf00l04.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sharplhf00l04.c b/sharplhf00l04.c index 9669e20..d5ab38c 100644 --- a/sharplhf00l04.c +++ b/sharplhf00l04.c @@ -20,6 +20,7 @@ #include <stdlib.h> #include "flash.h" +#include "chipdrivers.h" // I need that Berkeley bit-map printer void print_lhf00l04_status(uint8_t status) |