]> cloudbase.mooo.com Git - z180-stamp.git/blame - include/cmd_run.h
rewrite of cmd_cpu/do_cpu_freq
[z180-stamp.git] / include / cmd_run.h
CommitLineData
7eecbdac
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_RUN_H
8#define CMD_RUN_H
9
10#include "command.h"
11
85d34e10 12command_ret_t do_bootd(cmd_tbl_t *, uint_fast8_t, int, char * const []);
7eecbdac
L
13command_ret_t do_source(cmd_tbl_t *, uint_fast8_t, int, char * const []);
14command_ret_t do_run(cmd_tbl_t *, uint_fast8_t, int, char * const []);
15
16
17#endif /* CMD_RUN_H */