From 5b997c3ed66ddbbb9470f27d4e27ab4c263bc9cf Mon Sep 17 00:00:00 2001 From: Carl-Daniel 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 Corresponding to flashrom svn r1112. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Uwe Hermann --- rayer_spi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rayer_spi.c') diff --git a/rayer_spi.c b/rayer_spi.c index 37cf7522..722ad147 100644 --- a/rayer_spi.c +++ b/rayer_spi.c @@ -31,6 +31,7 @@ #if defined(__i386__) || defined(__x86_64__) #include "flash.h" +#include "programmer.h" /* We have two sets of pins, out and in. The numbers for both sets are * independent and are bitshift values, not real pin numbers. -- cgit v1.2.3