commit | 32508eb304428551cff40b291d44823aafec7574 | [log] [tgz] |
---|---|---|
author | Patrick Georgi <patrick.georgi@secunet.com> | Fri Jul 20 20:35:14 2012 +0000 |
committer | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> | Fri Jul 20 20:35:14 2012 +0000 |
tree | 0641d77a791290f6842fd60446e87871f6867651 | |
parent | 3834c2d7e5a08e09e580be0dc7f9369c941b2a70 [diff] |
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>