These changes incorporate steve goodrich'es fixes, and one bug that is
[coreboot.git] / src / northbridge / amd / gx2 / chip.h
1 struct northbridge_amd_gx2_config
2 {
3         uint16_t irqmap;
4         int setupflash;
5 };
6
7 extern struct chip_operations northbridge_amd_gx2_ops;