summaryrefslogtreecommitdiff
path: root/include/cmd_cpu.h
blob: f6f1fb9b43b4ebff8bb45cb326acaccec3014774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * (C) Copyright 2018 Leo C. <erbl259-lmu@yahoo.de>
 *
 * SPDX-License-Identifier:	GPL-2.0
 */

#ifndef CMD_CPU_H
#define CMD_CPU_H

#include "command.h"

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 */