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

extern struct chip_operations northbridge_intel_E7520_ops;