Current Path : /proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/include/acpi/ |
Current File : //proc/2568807/root/usr/src/kernels/4.18.0-553.51.1.el8_10.x86_64/include/acpi/reboot.h |
/* 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) { } #endif #endif