comparison target-utils/simagent/cmdtab.c @ 774:130c46b83760

simagent: sim-up command fully implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 12 Mar 2021 21:52:09 +0000
parents 9c1d580b50fb
children fac3176de18d
comparison
equal deleted inserted replaced
773:6d1b22d4926f 774:130c46b83760
14 extern void cmd_w32(); 14 extern void cmd_w32();
15 15
16 extern void abb_init(); 16 extern void abb_init();
17 extern void abb_power_off(); 17 extern void abb_power_off();
18 extern void abb_unlock_page2(); 18 extern void abb_unlock_page2();
19 extern void print_atr();
19 20
20 const struct cmdtab cmdtab[] = { 21 const struct cmdtab cmdtab[] = {
21 {"abbinit", abb_init}, 22 {"abbinit", abb_init},
22 {"abbpage2", abb_unlock_page2}, 23 {"abbpage2", abb_unlock_page2},
23 {"abbr", cmd_abbr}, 24 {"abbr", cmd_abbr},
24 {"abbw", cmd_abbw}, 25 {"abbw", cmd_abbw},
26 {"atr", print_atr},
25 {"baud", cmd_baud_switch}, 27 {"baud", cmd_baud_switch},
26 {"jump", cmd_jump}, 28 {"jump", cmd_jump},
27 {"poweroff", abb_power_off}, 29 {"poweroff", abb_power_off},
28 {"r8", cmd_r8}, 30 {"r8", cmd_r8},
29 {"r16", cmd_r16}, 31 {"r16", cmd_r16},