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