summaryrefslogtreecommitdiff
path: root/include/cmd_loadihex.h
blob: 7ca53cfc00a393bff680e3ac0113758a53908a9b (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_LOADIHEX_H
#define CMD_LOADIHEX_H

#include "command.h"

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

#endif /* CMD_LOADIHEX_H */