From 32508eb304428551cff40b291d44823aafec7574 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 20 Jul 2012 20:35:14 +0000 Subject: 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 Acked-by: Carl-Daniel Hailfinger --- satamv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'satamv.c') diff --git a/satamv.c b/satamv.c index e39385b..70deb06 100644 --- a/satamv.c +++ b/satamv.c @@ -24,6 +24,7 @@ #include #include "flash.h" #include "programmer.h" +#include "hwaccess.h" uint8_t *mv_bar; uint16_t mv_iobar; -- cgit v1.1