blob: 1c7257813ac76f04d7f9f295dd05fca054640f0c (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef I82801ER_CHIP_H
#define I82801ER_CHIP_H
struct southbridge_intel_i82801er_config
{
};
extern struct chip_operations southbridge_intel_i82801er_ops;
#endif /* I82801ER_CHIP_H */
|