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
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Shawn Guo | 25 | 51.02% | 1 | 50.00% |
Guennadi Liakhovetski | 24 | 48.98% | 1 | 50.00% |
Total | 49 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.