summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/csky/include/asm/cacheflush.h')
-rw-r--r--arch/csky/include/asm/cacheflush.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/csky/include/asm/cacheflush.h b/arch/csky/include/asm/cacheflush.h
new file mode 100644
index 0000000000000..a96da67261ae5
--- /dev/null
+++ b/arch/csky/include/asm/cacheflush.h
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
+
+#ifndef __ASM_CSKY_CACHEFLUSH_H
+#define __ASM_CSKY_CACHEFLUSH_H
+
+#include <abi/cacheflush.h>
+
+#endif /* __ASM_CSKY_CACHEFLUSH_H */