]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/l4re-core/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arc/sys/cachectl.h
Update
[l4.git] / l4 / pkg / l4re-core / uclibc / lib / contrib / uclibc / libc / sysdeps / linux / arc / sys / cachectl.h
1 /*
2  * Copyright (C) 2013 Synopsys, Inc. (www.synopsys.com)
3  *
4  * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
5  */
6
7 #ifndef _SYS_CACHECTL_H
8 #define _SYS_CACHECTL_H 1
9
10 /*
11  * Get the kernel definition for the flag bits
12  */
13 #include <asm/cachectl.h>
14
15 __BEGIN_DECLS
16
17 extern int cacheflush(void *addr, int nbytes, int flags);
18
19 __END_DECLS
20
21 #endif  /* sys/cachectl.h */