blob: 9f546e33b36881d5f095517351fa70793809f8dc [file] [log] [blame]
Felix Held3f3eca92020-01-23 17:12:32 +01001/* SPDX-License-Identifier: GPL-2.0-or-later */
Patrick Rudolphc1621312019-05-28 11:29:29 +02002
3#ifndef __SUPERIO_COMMON_SSDT_H__
4#define __SUPERIO_COMMON_SSDT_H__
5
6#include <device/device.h>
7
8const char *superio_common_ldn_acpi_name(const struct device *dev);
Furquan Shaikh7536a392020-04-24 21:59:21 -07009void superio_common_fill_ssdt_generator(const struct device *dev);
Patrick Rudolphc1621312019-05-28 11:29:29 +020010
11#endif /* __SUPERIO_COMMON_SSDT_H__ */