]> Git Repo - J-linux.git/blob - include/linux/soc/renesas/rcar-sysc.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / soc / renesas / rcar-sysc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_SOC_RENESAS_RCAR_SYSC_H__
3 #define __LINUX_SOC_RENESAS_RCAR_SYSC_H__
4
5 int rcar_sysc_power_down_cpu(unsigned int cpu);
6 int rcar_sysc_power_up_cpu(unsigned int cpu);
7
8 #endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */
This page took 0.029419 seconds and 4 git commands to generate.