From 7e16e18405ec1971931aa76cf0279952c360cc7d Mon Sep 17 00:00:00 2001 From: hailfinger 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. Signed-off-by: Patrick Georgi Acked-by: Carl-Daniel Hailfinger git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1549 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- atahpt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'atahpt.c') diff --git a/atahpt.c b/atahpt.c index 4234f6d..41a82cb 100644 --- a/atahpt.c +++ b/atahpt.c @@ -24,6 +24,7 @@ #include #include "flash.h" #include "programmer.h" +#include "hwaccess.h" #define BIOS_ROM_ADDR 0x90 #define BIOS_ROM_DATA 0x94 -- cgit v1.2.1