summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/cachecoherentalloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-2/+2
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* rtems: Add rtems_cache_coherent_allocate()Sebastian Huber2014-11-271-0/+122
Add rtems_cache_coherent_free() and rtems_cache_coherent_add_area().