summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7525/chip.h
blob: 7daadefefe59beb14c3382e3fb4f6be8bf7ea445 (plain)
1
2
3
4
5
6
7
struct northbridge_intel_e7525_config
{
        /* Interrupt line connect */
        unsigned int intrline;
};

extern struct chip_operations northbridge_intel_e7525_ops;