summaryrefslogtreecommitdiffstats
path: root/src/southbridge/ti/pci1x2x/chip.h
blob: ae1216d70af5b12a9e8f0869eea5f9b3e0b8646e (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOUTHBRIDGE_TI_PCI1X2X_H
#define SOUTHBRIDGE_TI_PCI1X2X_H

struct southbridge_ti_pci1x2x_config {
	int scr;
	int mrr;
};
#endif