summaryrefslogtreecommitdiffstats
path: root/src/superio/common/ssdt.h
blob: 5b1efcf8aceabdff3e0f474a5a3acd089aa10b15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */

#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__ */