cregit-Linux how code gets into the kernel

Release 4.17 arch/arm/mach-imx/pcm037.h

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

#define __PCM037_H__


enum pcm037_board_variant {
	
PCM037_PCM970,
	
PCM037_EET,
};

extern enum pcm037_board_variant pcm037_variant(void);

#ifdef CONFIG_MACH_PCM037_EET
int pcm037_eet_init_devices(void);
#else

static inline int pcm037_eet_init_devices(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Shawn Guo2550.00%133.33%
Guennadi Liakhovetski2448.00%133.33%
Greg Kroah-Hartman12.00%133.33%
Total50100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.