cf20187079
svn mv src/northbridge/intel/E7525 src/northbridge/intel/e7525 Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2478 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
7 lines
171 B
C
7 lines
171 B
C
struct northbridge_intel_e7520_config
|
|
{
|
|
/* Interrupt line connect */
|
|
unsigned int intrline;
|
|
};
|
|
|
|
extern struct chip_operations northbridge_intel_e7520_ops;
|