diff options
Diffstat (limited to 'util/superiotool/winbond.c')
-rw-r--r-- | util/superiotool/winbond.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/superiotool/winbond.c b/util/superiotool/winbond.c index dca64fe0a6..ebc65adad3 100644 --- a/util/superiotool/winbond.c +++ b/util/superiotool/winbond.c @@ -445,3 +445,8 @@ void probe_idregs_winbond(uint16_t port) probe_idregs_winbond_helper("(init=0x87,0x87) ", port); exit_conf_mode_winbond_fintek_ite_8787(port); } + +void print_winbond_chips(void) +{ + print_vendor_chips("Winbond", reg_table); +} |