From 0466c819e248881e03a6ec98db5297565816859b Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 16 Jun 2013 10:30:08 +0000 Subject: sbxxx: spibar[0] debug print refinements Newer models support a 66 MHz clock and fast reads. We should probably distinguish the models better (as we do in ichspi) and add support for frequency selection etc. For now this has to suffice. Corresponding to flashrom svn r1678. Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- flash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'flash.h') diff --git a/flash.h b/flash.h index 6ff691a..1857cc0 100644 --- a/flash.h +++ b/flash.h @@ -24,6 +24,7 @@ #ifndef __FLASH_H__ #define __FLASH_H__ 1 +#include #include #include #ifdef _WIN32 -- cgit v1.1