blob: f9583ca1fd21cd5d865faa0fcae12f6301a87897 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef I82801CA_CHIP_H
#define I82801CA_CHIP_H
struct southbridge_intel_i82801ca_config
{
};
extern struct chip_operations southbridge_intel_i82801ca_ops;
#endif /* I82801CA_CHIP_H */
|