add irq mapper support for OLPC and other boards that need this mapping
[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;