summaryrefslogtreecommitdiffstats
path: root/src/superio/common/ssdt.h
blob: 9f546e33b36881d5f095517351fa70793809f8dc (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

#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);
void superio_common_fill_ssdt_generator(const struct device *dev);

#endif /* __SUPERIO_COMMON_SSDT_H__ */