]> Git Repo - linux.git/blob - include/linux/soc/renesas/r9a06g032-sysctrl.h
Merge patch series "riscv: Extension parsing fixes"
[linux.git] / include / linux / soc / renesas / r9a06g032-sysctrl.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_SOC_RENESAS_R9A06G032_SYSCTRL_H__
3 #define __LINUX_SOC_RENESAS_R9A06G032_SYSCTRL_H__
4
5 #ifdef CONFIG_CLK_R9A06G032
6 int r9a06g032_sysctrl_set_dmamux(u32 mask, u32 val);
7 #else
8 static inline int r9a06g032_sysctrl_set_dmamux(u32 mask, u32 val) { return -ENODEV; }
9 #endif
10
11 #endif /* __LINUX_SOC_RENESAS_R9A06G032_SYSCTRL_H__ */
This page took 0.032328 seconds and 4 git commands to generate.