f9583ca1fd21cd5d865faa0fcae12f6301a87897
[coreboot.git] / src / southbridge / intel / i82801ca / chip.h
1 #ifndef I82801CA_CHIP_H
2 #define I82801CA_CHIP_H
3
4 struct southbridge_intel_i82801ca_config 
5 {
6 };
7 extern struct chip_operations southbridge_intel_i82801ca_ops;
8
9 #endif /* I82801CA_CHIP_H */