]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-tegra/flowctrl.h
ARM: tegra: functions to access the flowcontroller
[mv-sheeva.git] / arch / arm / mach-tegra / flowctrl.h
index 74c6efbe52fa7db560c9ede5e965350b0ddc4e6d..19428173855efdbca2cfa127e383d3c2c60da89b 100644 (file)
@@ -34,4 +34,9 @@
 #define FLOW_CTRL_HALT_CPU1_EVENTS     0x14
 #define FLOW_CTRL_CPU1_CSR             0x18
 
+#ifndef __ASSEMBLY__
+void flowctrl_write_cpu_csr(unsigned int cpuid, u32 value);
+void flowctrl_write_cpu_halt(unsigned int cpuid, u32 value);
+#endif
+
 #endif