blob: 14122fc55bbe617b36bfc99e3e6fc6e0cf0d85d0 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Aaron Durbin4d387042008-07-16 23:27:08 +02002#ifndef __ACPI_REBOOT_H
3#define __ACPI_REBOOT_H
Ingo Molnar5f561d32008-01-30 13:31:17 +01004
Aaron Durbin4d387042008-07-16 23:27:08 +02005#ifdef CONFIG_ACPI
6extern void acpi_reboot(void);
7#else
8static inline void acpi_reboot(void) { }
9#endif
10
Ingo Molnar5f561d32008-01-30 13:31:17 +010011#endif
12