summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/init_helpers.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-04-03 09:14:44 -0400
committerTom Rini <trini@konsulko.com>2015-04-03 09:14:44 -0400
commitd68df028099235c5316eec1ed5f586f3744a8707 (patch)
treed84182b69c8a1d8e6b3e1256d3a5323b9634ed35 /arch/arc/include/asm/init_helpers.h
parent692e5c4e7eb267f3d8f3a8c9d2348eff6f5f21e2 (diff)
parentd5717e894497124fd44289a37f818ee301640c70 (diff)
Merge git://git.denx.de/u-boot-arc
Diffstat (limited to 'arch/arc/include/asm/init_helpers.h')
-rw-r--r--arch/arc/include/asm/init_helpers.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arc/include/asm/init_helpers.h b/arch/arc/include/asm/init_helpers.h
new file mode 100644
index 0000000000..7607e19561
--- /dev/null
+++ b/arch/arc/include/asm/init_helpers.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef _ASM_ARC_INIT_HELPERS_H
+#define _ASM_ARC_INIT_HELPERS_H
+
+int init_cache_f_r(void);
+
+#endif /* _ASM_ARC_INIT_HELPERS_H */