2020-01-23 17:12:32 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2019-05-28 11:29:29 +02:00
|
|
|
|
|
|
|
#ifndef __SUPERIO_COMMON_SSDT_H__
|
|
|
|
#define __SUPERIO_COMMON_SSDT_H__
|
|
|
|
|
|
|
|
#include <device/device.h>
|
|
|
|
|
|
|
|
const char *superio_common_ldn_acpi_name(const struct device *dev);
|
2020-04-25 06:59:21 +02:00
|
|
|
void superio_common_fill_ssdt_generator(const struct device *dev);
|
2019-05-28 11:29:29 +02:00
|
|
|
|
|
|
|
#endif /* __SUPERIO_COMMON_SSDT_H__ */
|