MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / gui_handle_reset

Function gui_handle_reset

tests/autotester/autotester_cli.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected