![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 0003 #ifndef __ACPI_AGDI_H__ 0004 #define __ACPI_AGDI_H__ 0005 0006 #include <linux/acpi.h> 0007 0008 #ifdef CONFIG_ACPI_AGDI 0009 void __init acpi_agdi_init(void); 0010 #else 0011 static inline void acpi_agdi_init(void) {} 0012 #endif 0013 #endif /* __ACPI_AGDI_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |