1 2 3 4 5 6 7 8 9 10
#ifndef _SYS_CACHECTL_H #define _SYS_CACHECTL_H 1 #include <asm/cachectl.h> __BEGIN_DECLS extern int cacheflush(void *addr, int nbytes, int flags); __END_DECLS #endif