summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/csky/sys/cachectl.h
blob: ad7211d7dde5a896bd19703127acb21fe4d80486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
 *
 * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
 * in this tarball.
 */

#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