summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7520/chip.h
blob: b02b8b8ad780a5a10374d52ce6a507185c10e9a8 (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;