#ifndef I82801ER_CHIP_H #define I82801ER_CHIP_H struct southbridge_intel_i82801er_config { }; struct chip_operations; extern struct chip_operations southbridge_intel_i82801er_ops; #endif /* I82801ER_CHIP_H */