blob: 4c3676153d05049a9d11dd268b2fde518d3aa12e [file] [log] [blame]
Sven Schnellebaec0342011-04-20 08:57:53 +00001#ifndef SOUTHBRIDGE_TI_PCI1X2X_H
2#define SOUTHBRIDGE_TI_PCI1X2X_H
3
4extern struct chip_operations southbridge_ti_pci1x2x_ops;
5
6struct southbridge_ti_pci1x2x_config {
7 int scr;
8 int mrr;
Sven Schnellebaec0342011-04-20 08:57:53 +00009};
10#endif