Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.13 8 lines 266 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __LINUX_SOC_RENESAS_RCAR_SYSC_H__ 3#define __LINUX_SOC_RENESAS_RCAR_SYSC_H__ 4 5int rcar_sysc_power_down_cpu(unsigned int cpu); 6int rcar_sysc_power_up_cpu(unsigned int cpu); 7 8#endif /* __LINUX_SOC_RENESAS_RCAR_SYSC_H__ */