cregit-Linux how code gets into the kernel

Release 4.16 include/linux/soc/renesas/rcar-rst.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__

#define __LINUX_SOC_RENESAS_RCAR_RST_H__

#ifdef CONFIG_RST_RCAR
int rcar_rst_read_mode_pins(u32 *mode);
#else

static inline int rcar_rst_read_mode_pins(u32 *mode) { return -ENODEV; }

Contributors

PersonTokensPropCommitsCommitProp
Geert Uytterhoeven15100.00%1100.00%
Total15100.00%1100.00%

#endif #endif /* __LINUX_SOC_RENESAS_RCAR_RST_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Geert Uytterhoeven3997.50%375.00%
Greg Kroah-Hartman12.50%125.00%
Total40100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.