This commit is contained in:
2026-04-10 22:23:44 +08:00
parent 30b2cf8124
commit d459b7a39a
8 changed files with 109 additions and 7 deletions

View File

@@ -8,5 +8,8 @@ void clks_tty_write(const char *text);
void clks_tty_write_char(char ch);
void clks_tty_switch(u32 tty_index);
u32 clks_tty_active(void);
u32 clks_tty_count(void);
clks_bool clks_tty_ready(void);
#endif
#endif