From edaaf30e5c36cb944bc3e4053d70f0355263ba27 Mon Sep 17 00:00:00 2001 From: hailfinger Date: Tue, 27 Jul 2010 22:41:39 +0000 Subject: Split off programmer.h from flash.h. Programmer specific functions are of absolutely no interest to any file except those dealing with programmer specific actions (special SPI commands and the generic core). The new header structure is as follows (and yes, improvements are possible): flashchips.h flash chip IDs chipdrivers.h chip-specific read/write/... functions flash.h common header for all stuff that doesn't fit elsewhere hwaccess.h hardware access functions programmer.h programmer specific functions coreboot_tables.h header from coreboot, internal programmer only spi.h SPI command definitions Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- buspirate_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'buspirate_spi.c') diff --git a/buspirate_spi.c b/buspirate_spi.c index 55e71c2..97ce220 100644 --- a/buspirate_spi.c +++ b/buspirate_spi.c @@ -24,6 +24,7 @@ #include #include "flash.h" #include "chipdrivers.h" +#include "programmer.h" #include "spi.h" /* Change this to #define if you want to test without a serial implementation */ -- cgit v1.2.1