blob: b40194e328c032b8b8e5ee7cf106c77b070d979b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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;
int clsr;
int cltr;
int bcr;
};
#endif
|