cregit-Linux how code gets into the kernel

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

#ifndef __LINUX_SOC_RENESAS_RCAR_RST_H__

#define __LINUX_SOC_RENESAS_RCAR_RST_H__

#if defined(CONFIG_ARCH_RCAR_GEN1) || defined(CONFIG_ARCH_RCAR_GEN2) || \
    defined(CONFIG_ARCH_R8A7795) || defined(CONFIG_ARCH_R8A7796)
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 Uytterhoeven58100.00%2100.00%
Total58100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.