Merge tag 'fs.xattr.simple.noaudit.v6.2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / include / linux / acpi_agdi.h
CommitLineData
a2a591fb
IK
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
9void __init acpi_agdi_init(void);
10#else
11static inline void acpi_agdi_init(void) {}
12#endif
13#endif /* __ACPI_AGDI_H__ */