cregit-Linux how code gets into the kernel

Release 4.7 include/linux/apple_bl.h

Directory: include/linux
/*
 * apple_bl exported symbols
 */

#ifndef _LINUX_APPLE_BL_H

#define _LINUX_APPLE_BL_H

#if defined(CONFIG_BACKLIGHT_APPLE) || defined(CONFIG_BACKLIGHT_APPLE_MODULE)

extern int apple_bl_register(void);
extern void apple_bl_unregister(void);

#else /* !CONFIG_BACKLIGHT_APPLE */


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

Contributors

PersonTokensPropCommitsCommitProp
seth forsheeseth forshee12100.00%1100.00%
Total12100.00%1100.00%


static inline void apple_bl_unregister(void) { }

Contributors

PersonTokensPropCommitsCommitProp
seth forsheeseth forshee8100.00%1100.00%
Total8100.00%1100.00%

#endif /* !CONFIG_BACKLIGHT_APPLE */ #endif /* _LINUX_APPLE_BL_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
seth forsheeseth forshee5183.61%150.00%
h hartley sweetenh hartley sweeten1016.39%150.00%
Total61100.00%2100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}