add cs5536
[coreboot.git] / src / southbridge / amd / cs5536 / chip.h
1 #ifndef _SOUTHBRIDGE_AMD_CS5536
2 #define _SOUTHBRIDGE_AMD_CS5536
3
4 extern struct chip_operations southbridge_amd_cs5536_ops;
5
6 struct southbridge_amd_cs5536_config {
7         int none;
8 };
9
10 #endif  /* _SOUTHBRIDGE_AMD_CS5536 */