cregit-Linux how code gets into the kernel

Release 4.17 include/linux/platform_data/x86/apple.h

#ifndef PLATFORM_DATA_X86_APPLE_H

#define PLATFORM_DATA_X86_APPLE_H

#ifdef CONFIG_X86
/**
 * x86_apple_machine - whether the machine is an x86 Apple Macintosh
 */
extern bool x86_apple_machine;
#else

#define x86_apple_machine false
#endif

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Lukas Wunner24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.