summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/sys/cachectl.h
blob: 51b32664cfbd29b4e6243997010e84ccf203666e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _SYS_CACHECTL_H
#define _SYS_CACHECTL_H 1

#ifdef __mips__
#include <asm/cachectl.h>
extern int __cachectl (void *addr, __const int nbytes, __const int op);
extern int _flush_cache (char *addr, __const int nbytes, __const int op);
#endif

#endif /* sys/cachectl.h */