summaryrefslogtreecommitdiff
path: root/src/southbridge/ti/pci1x2x/chip.h
blob: 4c3676153d05049a9d11dd268b2fde518d3aa12e (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SOUTHBRIDGE_TI_PCI1X2X_H
#define SOUTHBRIDGE_TI_PCI1X2X_H

extern struct chip_operations southbridge_ti_pci1x2x_ops;

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