cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / superio / common / chip.h
blob2836a522f1455267a8e453cef7b0224eafd06a87
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef __SUPERIO_COMMON_CHIP_H__
4 #define __SUPERIO_COMMON_CHIP_H__
6 struct superio_common_config {
7 /* FIXME: Add enter conf/exit conf codes here for SSDT generation */
8 /* Rarely, boards may have more than one SuperIO. Give each SuperIO a
9 * unique name for ACPI. The default is 'SIO0'. */
10 char acpi_name[5];
13 #endif /* __SUPERIO_COMMON_CHIP_H__ */