aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/E7525/chip.h
blob: 19d8c4e54c4c322868f00288454b253807d3ff84 (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;