blob: 3e9be9938eae99855a1c4d7ced56c57c960c1f04 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef _SOUTHBRIDGE_AMD_CS5536
#define _SOUTHBRIDGE_AMD_CS5536
extern struct chip_operations southbridge_amd_cs5536_ops;
struct southbridge_amd_cs5536_config {
int none;
};
#endif /* _SOUTHBRIDGE_AMD_CS5536 */
|