summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-06-15 14:14:48 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2009-06-15 14:14:48 +0000
commitcad1105763ab3aa1d1a0286d78bf1b83f4a6b9e8 (patch)
treefc79779916814dacb82b3b951a07ca6e4b3b7207 /flashchips.c
parentc46dce04becf65960dd920e6ce90b295cb3bccea (diff)
downloadflashrom-cad1105763ab3aa1d1a0286d78bf1b83f4a6b9e8.zip
flashrom-cad1105763ab3aa1d1a0286d78bf1b83f4a6b9e8.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. Corresponding to flashrom svn r594. 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>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flashchips.c b/flashchips.c
index 8dbad92..35be912 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -22,6 +22,7 @@
*/
#include "flash.h"
+#include "flashchips.h"
/**
* List of supported flash chips.
OpenPOWER on IntegriCloud