Rename E7520 to e7520, and E7525 to e7525 in the code. The next commit
[coreboot.git] / src / northbridge / intel / E7525 / chip.h
1 struct northbridge_intel_e7525_config
2 {
3         /* Interrupt line connect */
4         unsigned int intrline;
5 };
6
7 extern struct chip_operations northbridge_intel_e7525_ops;