cregit-Linux how code gets into the kernel

Release 4.15 arch/arm/mach-highbank/core.h

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

#define __HIGHBANK_CORE_H

#include <linux/reboot.h>

extern void highbank_restart(enum reboot_mode, const char *);
extern void __iomem *scu_base_addr;

#ifdef CONFIG_PM_SLEEP
extern void highbank_pm_init(void);
#else

static inline void highbank_pm_init(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Rob Herring8100.00%1100.00%
Total8100.00%1100.00%

#endif extern void highbank_smc1(int fn, int arg); #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Rob Herring4165.08%342.86%
Olof Johansson812.70%114.29%
Russell King812.70%114.29%
Robin Holt57.94%114.29%
Greg Kroah-Hartman11.59%114.29%
Total63100.00%7100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.