17 #ifndef __ARCH_CACHE_H
18 #define __ARCH_CACHE_H
20 #include <sys/cdefs.h>
void dcache_flush_range(uint32 start, uint32 count)
Flush the data/operand cache.
void dcache_inval_range(uint32 start, uint32 count)
Invalidate the data/operand cache.
unsigned long uint32
32-bit unsigned integer
Definition: types.h:28
void icache_flush_range(uint32 start, uint32 count)
Flush the instruction cache.