接着上个

This commit is contained in:
2026-04-23 20:00:47 +08:00
parent 088dab5a72
commit 43557b6d71
91 changed files with 23911 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef CLKS_SHELL_H
#define CLKS_SHELL_H
#include <clks/types.h>
void clks_shell_init(void);
void clks_shell_pump_input(u32 max_chars);
void clks_shell_tick(u64 tick);
#endif