blob: 1f9918950f0c4714a06603e047aa5d8ab733312d [file] [log] [blame]
/* 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(struct device *dev);
#endif /* __SUPERIO_COMMON_SSDT_H__ */