blob: 88415e0556368a715f7c9aec50f0c313dd751ec4 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef I82801CX_CHIP_H
#define I82801CX_CHIP_H
struct southbridge_intel_i82801cx_config
{
};
extern struct chip_operations southbridge_intel_i82801cx_ops;
#endif /* I82801CX_CHIP_H */
|