blob: 20a9a693ff5a8889c4d8744754cd23cbbcd572ff (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _SOUTHBRIDGE_WINBOND_W83C553
#define _SOUTHBRIDGE_WINBOND_W83C553
extern struct chip_operations southbridge_winbond_w83c553_control;
struct southbridge_winbond_w83c553_config {
};
#endif /* _SOUTHBRIDGE_WINBOND_W83C553 */
|