summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/sys/cachectl.h
blob: 0d45bf07f98235361b3b62fe1a2a2174f7fcb691 (plain)
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