cregit-Linux how code gets into the kernel

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

#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 Guo2551.02%150.00%
Guennadi Liakhovetski2448.98%150.00%
Total49100.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.