Merge tag 'imx-drm-fixes-2017-07-18' of git://git.pengutronix.de/git/pza/linux into...
[sfrench/cifs-2.6.git] / include / linux / soc / renesas / rcar-rst.h
1 #ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__
2 #define __LINUX_SOC_RENESAS_RCAR_RST_H__
3
4 #ifdef CONFIG_RST_RCAR
5 int rcar_rst_read_mode_pins(u32 *mode);
6 #else
7 static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; }
8 #endif
9
10 #endif /* __LINUX_SOC_RENESAS_RCAR_RST_H__ */