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