3106f60c24e5d97ed7ccf887925d16832e459c46
[coreboot.git] / src / southbridge / broadcom / bcm5785 / chip.h
1 #ifndef BCM5785_CHIP_H
2 #define BCM5785_CHIP_H
3
4 struct southbridge_broadcom_bcm5785_config
5 {
6         unsigned int ide0_enable : 1;
7         unsigned int ide1_enable : 1;
8         unsigned int sata0_enable : 1;
9         unsigned int sata1_enable : 1;
10 };
11 struct chip_operations;
12 extern struct chip_operations southbridge_broadcom_bcm5785_ops;
13
14 #endif /* BCM5785_CHIP_H */