1a237d72767c0bc092d86857ab6d2b1e3b8fbe0c
[coreboot.git] / src / northbridge / amd / lx / chip.h
1 struct northbridge_amd_lx_config
2 {
3         uint16_t irqmap;
4         int setupflash;
5 };
6
7 extern struct chip_operations northbridge_amd_lx_ops;