summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-06-16 10:30:08 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-06-16 10:30:08 +0000
commit0466c819e248881e03a6ec98db5297565816859b (patch)
treeef4b7b69bdbe80c9a3177341811dce516e7bbd74 /flash.h
parentb13d4e699249838babfc37a1d77b8ee27f6d72d9 (diff)
downloadast2050-flashrom-0466c819e248881e03a6ec98db5297565816859b.zip
ast2050-flashrom-0466c819e248881e03a6ec98db5297565816859b.tar.gz
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 <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h1
1 files changed, 1 insertions, 0 deletions
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 <inttypes.h>
#include <stdint.h>
#include <stddef.h>
#ifdef _WIN32
OpenPOWER on IntegriCloud