[PATCH] bsps: Do not install <libcpu/cache.h>

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Dec 11 06:03:17 UTC 2017


On 08/12/17 17:35, Gedare Bloom wrote:
> Question: should we rename the header to cacheimpl.h to reflect the
> intent as an internal header, or leave it alone?

After the preinstall.am wipe out we should think about this stuff. We 
have currently two flavours of implementation header files in the BSP 
area. One is the cache manager:

-Isome/magic/include/path

shared-impl.c:
#include "impl.h"

The other is the clock driver:

specific-impl.c:
...
#include "../and/so/on/../some/more/path/impl.h"

Both use some magic paths.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the devel mailing list