cregit-Linux how code gets into the kernel

Release 4.16 include/acpi/reboot.h

Directory: include/acpi
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ACPI_REBOOT_H

#define __ACPI_REBOOT_H

#ifdef CONFIG_ACPI
extern void acpi_reboot(void);
#else

static inline void acpi_reboot(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Aaron Durbin8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Aaron Durbin2477.42%133.33%
Ingo Molnar619.35%133.33%
Greg Kroah-Hartman13.23%133.33%
Total31100.00%3100.00%
Directory: include/acpi
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.