Move CS5535 specific setup from GX2 driver to CS5535.
[coreboot.git] / src / northbridge / amd / gx2 / chip.h
1 struct northbridge_amd_gx2_config
2 {
3         uint16_t irqmap;
4 };
5
6 extern struct chip_operations northbridge_amd_gx2_ops;