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.hu...@embedded-brains.de
PGP     : Public key available on request.

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

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to