]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/cmd_cpu.h
new debug command: xx test. get freq command from single step branch.
[z180-stamp.git] / include / cmd_cpu.h
CommitLineData
226d3221
L
1/*
2 * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef CMD_CPU_H
8#define CMD_CPU_H
9
10#include "command.h"
11
51dd0948
L
12extern cmd_tbl_t cmd_tbl_cpu[];
13
14command_ret_t do_cpu(cmd_tbl_t *, uint_fast8_t, int, char * const []);
226d3221
L
15
16#endif /* CMD_CPU_H */