cregit-Linux how code gets into the kernel

Release 4.16 include/linux/apple_bl.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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 Forshee12100.00%1100.00%
Total12100.00%1100.00%


static inline void apple_bl_unregister(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Seth Forshee8100.00%1100.00%
Total8100.00%1100.00%

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

Overall Contributors

PersonTokensPropCommitsCommitProp
Seth Forshee5182.26%133.33%
H Hartley Sweeten1016.13%133.33%
Greg Kroah-Hartman11.61%133.33%
Total62100.00%3100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.