blob: 03ff6ebcb64c6eb0653fe397a55a78395d8f2489 [file] [log] [blame]
#pragma once
#ifdef CONFIG_ACPI
extern void acpi_reboot(void);
#else
static inline void acpi_reboot(void) { }
#endif