增强tty运行效率

This commit is contained in:
2026-04-11 16:58:43 +08:00
parent 48dc5e9857
commit 25149b3ba2
4 changed files with 19 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#include <clks/types.h>
void clks_shell_init(void);
void clks_shell_pump_input(u32 max_chars);
void clks_shell_tick(u64 tick);
#endif