tbm-mcu/include/shell/boot.h

6 lines
172 B
C

#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);