Release 4.8 include/acpi/reboot.h
#ifndef __ACPI_REBOOT_H
#define __ACPI_REBOOT_H
#ifdef CONFIG_ACPI
extern void acpi_reboot(void);
#else
static inline void acpi_reboot(void) { }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
aaron durbin | aaron durbin | 8 | 100.00% | 1 | 100.00% |
| Total | 8 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
aaron durbin | aaron durbin | 24 | 80.00% | 1 | 50.00% |
ingo molnar | ingo molnar | 6 | 20.00% | 1 | 50.00% |
| Total | 30 | 100.00% | 2 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.