blob: 3894a069068eaa52c7cc4997c6e38ccf08edd1fc (
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 setupflash;
};
#endif /* _SOUTHBRIDGE_AMD_CS5536 */
|