aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tcc8k/common.h
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2010-09-17 18:15:11 +0200
committerThomas Gleixner <tglx@linutronix.de>2010-09-17 21:55:08 +0200
commitda15797eaec795bc2a1a9adb441214a6f5ea07fc (patch)
treeabc0d5443f24716a274599999c9b948a5103f027 /arch/arm/mach-tcc8k/common.h
parent83ef3338a2ae5d5bd9f5f6803b900b8067660054 (diff)
downloadkernel_samsung_smdk4412-da15797eaec795bc2a1a9adb441214a6f5ea07fc.zip
kernel_samsung_smdk4412-da15797eaec795bc2a1a9adb441214a6f5ea07fc.tar.gz
kernel_samsung_smdk4412-da15797eaec795bc2a1a9adb441214a6f5ea07fc.tar.bz2
ARM: Add the clock framework for Telechips TCC8xxx processors.
This adds definitions and low-level functions to handle clocks in TCC8xxx processors. Signed-off-by: "Hans J. Koch" <hjk@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-tcc8k/common.h')
-rw-r--r--arch/arm/mach-tcc8k/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-tcc8k/common.h b/arch/arm/mach-tcc8k/common.h
new file mode 100644
index 0000000..e2c902c
--- /dev/null
+++ b/arch/arm/mach-tcc8k/common.h
@@ -0,0 +1,6 @@
+#ifndef MACH_TCC8K_COMMON_H
+#define MACH_TCC8K_COMMON_H
+
+extern void tcc_clocks_init(unsigned long xi_freq, unsigned long xti_freq);
+
+#endif