cregit-Linux how code gets into the kernel

Release 4.9 include/acpi/reboot.h

Directory: include/acpi
#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 durbinaaron durbin8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
aaron durbinaaron durbin2480.00%150.00%
ingo molnaringo molnar620.00%150.00%
Total30100.00%2100.00%
Directory: include/acpi