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

#ifndef CMD_LOADCPM3_H
#define CMD_LOADCPM3_H

#include "command.h"

command_ret_t do_loadcpm3(cmd_tbl_t *, uint_fast8_t, int, char * const []);

#endif /* CMD_LOADCPM3_H */