![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__ 0003 #define __LINUX_SOC_RENESAS_RCAR_RST_H__ 0004 0005 #ifdef CONFIG_RST_RCAR 0006 int rcar_rst_read_mode_pins(u32 *mode); 0007 int rcar_rst_set_rproc_boot_addr(u64 boot_addr); 0008 #else 0009 static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; } 0010 static inline int rcar_rst_set_rproc_boot_addr(u64 boot_addr) { return -ENODEV; } 0011 #endif 0012 0013 #endif /* __LINUX_SOC_RENESAS_RCAR_RST_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |