Move sys/cachectl.h up from mips-specific folder
It is only effective when compile with mips, although development no longer has to check themselves Change-Id: I7fb703170e1cc6bb2e6ea31109851a90a26eacb8
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user