]> Git Repo - J-linux.git/blob - include/linux/soc/renesas/rcar-rst.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / linux / soc / renesas / rcar-rst.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__
3 #define __LINUX_SOC_RENESAS_RCAR_RST_H__
4
5 #ifdef CONFIG_RST_RCAR
6 int rcar_rst_read_mode_pins(u32 *mode);
7 int rcar_rst_set_rproc_boot_addr(u64 boot_addr);
8 #else
9 static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; }
10 static inline int rcar_rst_set_rproc_boot_addr(u64 boot_addr) { return -ENODEV; }
11 #endif
12
13 #endif /* __LINUX_SOC_RENESAS_RCAR_RST_H__ */
This page took 0.028625 seconds and 4 git commands to generate.