1 2 3 4 5 6 7 8
#ifndef SOUTHBRIDGE_TI_PCI1X2X_H #define SOUTHBRIDGE_TI_PCI1X2X_H struct southbridge_ti_pci1x2x_config { int scr; int mrr; }; #endif