summaryrefslogtreecommitdiffstats
path: root/include/linux/soc/renesas/rcar-sysc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/soc/renesas/rcar-sysc.h')
-rw-r--r--include/linux/soc/renesas/rcar-sysc.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/soc/renesas/rcar-sysc.h b/include/linux/soc/renesas/rcar-sysc.h
new file mode 100644
index 000000000..00fae6fd2
--- /dev/null
+++ b/include/linux/soc/renesas/rcar-sysc.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __LINUX_SOC_RENESAS_RCAR_SYSC_H__
+#define __LINUX_SOC_RENESAS_RCAR_SYSC_H__
+
+int rcar_sysc_power_down_cpu(unsigned int cpu);
+int rcar_sysc_power_up_cpu(unsigned int cpu);
+
+#endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */