forked from Imagelibrary/rtems
2011-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1986/libcpu * shared/src/cache_aligned_malloc.c: Include <rtems/rtems/cache.h>.
This commit is contained in:
@@ -12,9 +12,11 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems.h>
|
||||
#include <cache_.h>
|
||||
#include <stdlib.h>
|
||||
#include <rtems/rtems/cache.h>
|
||||
|
||||
/*
|
||||
* rtems_cache_aligned_malloc
|
||||
|
||||
Reference in New Issue
Block a user