Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / soc / renesas / rcar-rst.h
blob7899a5b8c24789a6756931d4f4b2ebd0828a98df
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__
3 #define __LINUX_SOC_RENESAS_RCAR_RST_H__
5 #ifdef CONFIG_RST_RCAR
6 int rcar_rst_read_mode_pins(u32 *mode);
7 #else
8 static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; }
9 #endif
11 #endif /* __LINUX_SOC_RENESAS_RCAR_RST_H__ */