X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/226d32211880a061265faf6b8eadaf6ca1ec7a38..976db69ffa80c4d499e53f6f22c26d784fdac0a1:/include/cmd_cpu.h diff --git a/include/cmd_cpu.h b/include/cmd_cpu.h index d590468..f6f1fb9 100644 --- a/include/cmd_cpu.h +++ b/include/cmd_cpu.h @@ -9,6 +9,8 @@ #include "command.h" -command_ret_t do_cpuchk(cmd_tbl_t *, uint_fast8_t, int, char * const []); +extern cmd_tbl_t cmd_tbl_cpu[]; + +command_ret_t do_cpu(cmd_tbl_t *, uint_fast8_t, int, char * const []); #endif /* CMD_CPU_H */