![]() |
|
|||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |