aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/image/lzma-loader/src/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bmips/image/lzma-loader/src/cache.h')
-rw-r--r--target/linux/bmips/image/lzma-loader/src/cache.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/bmips/image/lzma-loader/src/cache.h b/target/linux/bmips/image/lzma-loader/src/cache.h
new file mode 100644
index 0000000000..831ac7b552
--- /dev/null
+++ b/target/linux/bmips/image/lzma-loader/src/cache.h
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * LZMA compressed kernel loader for Atheros AR7XXX/AR9XXX based boards
+ *
+ * Copyright (C) 2011 Gabor Juhos <juhosg@openwrt.org>
+ */
+
+#ifndef __CACHE_H
+#define __CACHE_H
+
+void flush_cache(unsigned long start_addr, unsigned long size);
+
+#endif /* __CACHE_H */