final rename orgy. sorry for the inconvenience. This should fix it again
[coreboot.git] / src / southbridge / intel / i82371eb / chip.h
1 #ifndef I82371EB_CHIP_H
2 #define I82371EB_CHIP_H
3
4 struct southbridge_intel_i82371eb_config 
5 {
6         unsigned int ide0_enable : 1;
7         unsigned int ide1_enable : 1;
8 };
9
10 struct chip_operations;
11 extern struct chip_operations southbridge_intel_i82371eb_ops;
12
13 #endif /* I82371EB_CHIP_H */