soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / southbridge / ti / pci1x2x / chip.h
blobae1216d70af5b12a9e8f0869eea5f9b3e0b8646e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SOUTHBRIDGE_TI_PCI1X2X_H
4 #define SOUTHBRIDGE_TI_PCI1X2X_H
6 struct southbridge_ti_pci1x2x_config {
7 int scr;
8 int mrr;
9 };
10 #endif