- Make all ports use config.h for if they have chip_config or chip_info structures.
[coreboot.git] / src / southbridge / intel / i82801dbm / chip.h
1 #ifndef I82801DBM_CHIP_H
2 #define I82801DBM_CHIP_H
3
4 struct southbridge_intel_i82801dbm_config 
5 {
6         int enable_usb;
7         int enable_native_ide;
8 };
9 struct chip_operations;
10 extern struct chip_operations southbridge_intel_i82801dbm_ops;
11
12 #endif /* I82801DBM_CHIP_H */