Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.2-rc6 11 lines 318 B view raw
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 6int rcar_rst_read_mode_pins(u32 *mode); 7#else 8static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; } 9#endif 10 11#endif /* __LINUX_SOC_RENESAS_RCAR_RST_H__ */