#ifndef _SYS_CACHECTL_H #define _SYS_CACHECTL_H 1 #include __BEGIN_DECLS extern int cacheflush(void *addr, int nbytes, int flags); __END_DECLS #endif