tbm-mcu/include/shell/boot.h

7 lines
172 B
C
Raw Normal View History

2017-07-27 12:46:50 +02:00
#pragma once
struct console;
int shell_prepare(struct console *con, size_t argc, const char **argv);
int shell_boot(struct console *con, size_t argc, const char **argv);