summaryrefslogtreecommitdiffstats
path: root/sb600spi.c
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@secunet.com>2012-07-20 20:35:14 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2012-07-20 20:35:14 +0000
commit32508eb304428551cff40b291d44823aafec7574 (patch)
tree0641d77a791290f6842fd60446e87871f6867651 /sb600spi.c
parent3834c2d7e5a08e09e580be0dc7f9369c941b2a70 (diff)
downloadflashrom-32508eb304428551cff40b291d44823aafec7574.tar.gz
flashrom-32508eb304428551cff40b291d44823aafec7574.tar.bz2
flashrom-32508eb304428551cff40b291d44823aafec7574.zip
Hide hwaccess.h from public API
Move hwaccess.h #include from flash.h to individual drivers. libflashrom users need flash.h, but they do not care about hwaccess.h and should not see its definitions because they may conflict with other hardware access functions and #defines used by the libflashrom user. Corresponding to flashrom svn r1549. Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'sb600spi.c')
-rw-r--r--sb600spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sb600spi.c b/sb600spi.c
index e36ac9629..fe60aa9df 100644
--- a/sb600spi.c
+++ b/sb600spi.c
@@ -25,6 +25,7 @@
#include "flash.h"
#include "programmer.h"
+#include "hwaccess.h"
#include "spi.h"
/* This struct is unused, but helps visualize the SB600 SPI BAR layout.