Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / include / linux / acpi_agdi.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2
3 #ifndef __ACPI_AGDI_H__
4 #define __ACPI_AGDI_H__
5
6 #include <linux/acpi.h>
7
8 #ifdef CONFIG_ACPI_AGDI
9 void __init acpi_agdi_init(void);
10 #else
11 static inline void acpi_agdi_init(void) {}
12 #endif
13 #endif /* __ACPI_AGDI_H__ */