| 40 | va_end(ap); |
| 41 | } |
| 42 | asic_rev_t gui_handle_reset(const boot_ver_t* boot_ver, asic_rev_t loaded_rev, asic_rev_t default_rev, bool* python) { |
| 43 | (void)boot_ver; |
| 44 | (void)loaded_rev; |
| 45 | (void)default_rev; |
| 46 | (void)python; |
| 47 | return ASIC_REV_AUTO; |
| 48 | } |
| 49 | } |
| 50 | } |
| 51 |
nothing calls this directly
no outgoing calls
no test coverage detected