SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
cli_shell.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __CLI_SHELL_H__
4#define __CLI_SHELL_H__
5
6#include <cli.h>
7#include <cli_termesc.h>
8
10
11#endif//__CLI_SHELL_H__
int syterkit_shell_attach(const msh_command_entry *cmdlist)
Definition shell.c:20
Definition cli.h:14