summaryrefslogtreecommitdiff
path: root/spi.c
diff options
context:
space:
mode:
authorhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-06-15 14:14:48 +0000
committerhailfinger <hailfinger@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-06-15 14:14:48 +0000
commit0f354fd07ef78554276794076d1fe9994c53072a (patch)
treefc79779916814dacb82b3b951a07ca6e4b3b7207 /spi.c
parent15e4fb7bd1b679bf602569237b42efaa9285ae80 (diff)
downloadflashrom-0f354fd07ef78554276794076d1fe9994c53072a.tar.gz
flash.h not only contains function prototypes and general settings, it
also has a huge chunk of chip and vendor IDs in the middle. Split them out into a separate flashchips.h and adjust #include wherever needed. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Urja Rannikko <urjaman@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@594 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'spi.c')
-rw-r--r--spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/spi.c b/spi.c
index 3e3d76f..e9319d7 100644
--- a/spi.c
+++ b/spi.c
@@ -24,6 +24,7 @@
#include <string.h>
#include "flash.h"
+#include "flashchips.h"
#include "spi.h"
enum spi_controller spi_controller = SPI_CONTROLLER_NONE;