This commit is contained in:
2026-04-10 20:16:20 +08:00
parent 36689a09a8
commit 86b5287f8c
16 changed files with 328 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
#ifndef CLKS_USERLAND_H
#define CLKS_USERLAND_H
#include <clks/types.h>
clks_bool clks_userland_init(void);
#endif