Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / intel / i82801cx / chip.h
1 #ifndef I82801CX_CHIP_H
2 #define I82801CX_CHIP_H
3
4 struct southbridge_intel_i82801cx_config
5 {
6 };
7 extern struct chip_operations southbridge_intel_i82801cx_ops;
8
9 #endif /* I82801CX_CHIP_H */