X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/6c7c9c2dd4350e2de9a9054cedcdc0a005175fcd..228b1c5f79749940e11247bd97626e21df7033bd:/include/cmd_loadihex.h?ds=inline diff --git a/include/cmd_loadihex.h b/include/cmd_loadihex.h new file mode 100644 index 0000000..7ca53cf --- /dev/null +++ b/include/cmd_loadihex.h @@ -0,0 +1,14 @@ +/* + * (C) Copyright 2018 Leo C. + * + * 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 */