00001
00009
00010
00011
00012
00013
00014 #ifndef __L4SYS__INCLUDE__CACHE_H__
00015 #define __L4SYS__INCLUDE__CACHE_H__
00016
00017 #include <l4/sys/compiler.h>
00018
00027 L4_INLINE void l4_imb(void);
00028
00036 L4_INLINE void l4_sys_cache_clean_range(unsigned long start, unsigned long end);
00037
00038
00039
00040
00041
00042
00043 L4_INLINE void
00044 l4_imb(void)
00045 {}
00046
00047 L4_INLINE void
00048 l4_sys_cache_clean_range(unsigned long start, unsigned long end)
00049 {}
00050
00051 #endif