This commit is contained in:
刘可亮
2025-01-08 19:12:06 +08:00
parent 3b8c04c942
commit 724d6bf65e
4315 changed files with 214394 additions and 1235797 deletions

View File

@@ -1,3 +1,8 @@
/*
* Copyright (c) 2020-2024, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __CONSOLE_H_
#define __CONSOLE_H_
@@ -35,7 +40,7 @@ struct console_cmd {
};
void console_init(void);
void console_loop(void);
int console_loop(void);
void console_set_usrname(const char *usrname);
int console_run_cmd(const char *cmdstr);
struct console_cmd *console_find_cmd_by_name(const char *name);