29 #ifndef __L4SYS__INCLUDE__CACHE_H__ 30 #define __L4SYS__INCLUDE__CACHE_H__ #define EXTERN_C_END
End section with C types and functions.
int l4_cache_coherent(unsigned long start, unsigned long end) L4_NOTHROW
Make memory coherent between I-cache and D-cache.
int l4_cache_flush_data(unsigned long start, unsigned long end) L4_NOTHROW
Cache flush a range.
L4 compiler related defines.
int l4_cache_dma_coherent_full(void) L4_NOTHROW
Make memory coherent for use with external memory.
#define EXTERN_C_BEGIN
Start section with C types and functions.
int l4_cache_clean_data(unsigned long start, unsigned long end) L4_NOTHROW
Cache clean a range in D-cache.
int l4_cache_dma_coherent(unsigned long start, unsigned long end) L4_NOTHROW
Make memory coherent for use with external memory.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.
int l4_cache_inv_data(unsigned long start, unsigned long end) L4_NOTHROW
Cache invalidate a range.