svn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520
[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;