xref: /aosp_15_r20/external/coreboot/src/superio/common/ssdt.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef __SUPERIO_COMMON_SSDT_H__
4 #define __SUPERIO_COMMON_SSDT_H__
5 
6 #include <device/device.h>
7 
8 const char *superio_common_ldn_acpi_name(const struct device *dev);
9 void superio_common_fill_ssdt_generator(const struct device *dev);
10 
11 #endif /* __SUPERIO_COMMON_SSDT_H__ */
12