Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __ACPI_REBOOT_H
0003 #define __ACPI_REBOOT_H
0004 
0005 #ifdef CONFIG_ACPI
0006 extern void acpi_reboot(void);
0007 #else
0008 static inline void acpi_reboot(void) { }
0009 #endif
0010 
0011 #endif
0012