OSDN Git Service

drop support for pre ISO-C compilers
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / bfin / sys / cachectl.h
1 /*
2  * cachectl.h - Functions for cache control on Blackfin.
3  *
4  * Copyright (C) 2010 Analog Devices, Inc.
5  *
6  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7  */
8
9 #ifndef _SYS_CACHECTL_H
10 #define _SYS_CACHECTL_H 1
11
12 #include <features.h>
13
14 /*
15  * Get the kernel definition for the flag bits
16  */
17 #include <asm/cachectl.h>
18
19 __BEGIN_DECLS
20
21 extern int cacheflush (void *addr, const int nbytes, const int flags);
22
23 __END_DECLS
24
25 #endif  /* sys/cachectl.h */